5 references to SynthesizedTypes
Microsoft.CodeAnalysis (4)
Compilation\Compilation.cs (1)
3494
var mappedSynthesizedTypes = matcher.MapSynthesizedTypes(previousGeneration.
SynthesizedTypes
, currentSynthesizedTypes);
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
210
var synthesizedTypes = (_previousGeneration.Ordinal == 0) ? module.GetAllSynthesizedTypes() : _previousGeneration.
SynthesizedTypes
;
Emit\EditAndContinue\EmitBaseline.cs (2)
562
foreach (var (typeKey, typeValue) in
SynthesizedTypes
.AnonymousTypes)
581
foreach (var (typeKey, typeValues) in
SynthesizedTypes
.AnonymousDelegatesWithIndexedNames)
Microsoft.CodeAnalysis.CSharp (1)
Emitter\EditAndContinue\EmitHelpers.cs (1)
85
otherSynthesizedTypes: baseline.
SynthesizedTypes
,