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