Base:
method
GetAllSynthesizedMembers
Microsoft.CodeAnalysis.Emit.CommonPEModuleBuilder.GetAllSynthesizedMembers()
2 references to GetAllSynthesizedMembers
Microsoft.CodeAnalysis.CSharp (1)
Emitter\EditAndContinue\EmitHelpers.cs (1)
178
var currentSynthesizedMembers = moduleBeingBuilt.
GetAllSynthesizedMembers
();
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\EditAndContinue\EmitHelpers.vb (1)
119
Dim currentSynthesizedMembers = moduleBeingBuilt.
GetAllSynthesizedMembers
()