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