Method GetAllModulesAffectingSystemType
GetAllModulesAffectingSystemType(TypeDeclarationSyntax, List<ISystemModule>, GeneratorExecutionContext)
Declaration
public static IEnumerable<ISystemModule> GetAllModulesAffectingSystemType(TypeDeclarationSyntax systemTypeWithCandidate, List<ISystemModule> allModules, GeneratorExecutionContext generatorExecutionContext)
Parameters
Type |
Name |
Description |
TypeDeclarationSyntax |
systemTypeWithCandidate |
|
List<ISystemModule> |
allModules |
|
GeneratorExecutionContext |
generatorExecutionContext |
|
Returns