7 references to AddSynthesizedDefinition
Microsoft.CodeAnalysis.CSharp (4)
Emitter\Model\PEModuleBuilder.cs (1)
1537
AddSynthesizedDefinition
(result.ContainingType, result.GetCciAdapter());
Lowering\ClosureConversion\ClosureConversion.cs (2)
344
CompilationState.ModuleBuilderOpt.
AddSynthesizedDefinition
(ContainingType, frame.GetCciAdapter());
538
CompilationState.ModuleBuilderOpt.
AddSynthesizedDefinition
(this.ContainingType, frame.GetCciAdapter());
Lowering\SyntheticBoundNodeFactory.cs (1)
198
ModuleBuilderOpt.
AddSynthesizedDefinition
(CurrentType, nestedType.GetCciAdapter());
Microsoft.CodeAnalysis.VisualBasic (3)
Lowering\LambdaRewriter\LambdaRewriter.vb (2)
292
CompilationState.ModuleBuilderOpt.
AddSynthesizedDefinition
(_topLevelMethod.ContainingType, frame.GetCciAdapter())
326
CompilationState.ModuleBuilderOpt.
AddSynthesizedDefinition
(_topLevelMethod.ContainingType, frame.GetCciAdapter())
Lowering\SyntheticBoundNodeFactory.vb (1)
84
[module].
AddSynthesizedDefinition
(_currentClass, nestedType.GetCciAdapter())