1 override of GetAllSynthesizedTypes
Microsoft.CodeAnalysis (1)
Emit\CommonPEModuleBuilder.cs (1)
1097internal sealed override SynthesizedTypeMaps GetAllSynthesizedTypes()
2 references to GetAllSynthesizedTypes
Microsoft.CodeAnalysis (2)
Compilation\Compilation.cs (1)
3483var currentSynthesizedTypes = moduleBeingBuilt.GetAllSynthesizedTypes();
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
210var synthesizedTypes = (_previousGeneration.Ordinal == 0) ? module.GetAllSynthesizedTypes() : _previousGeneration.SynthesizedTypes;