9 references to SynthesizedTypes
Microsoft.CodeAnalysis (5)
Emit\EditAndContinue\EmitBaseline.cs (2)
562
foreach (var (typeKey, typeValue) in
SynthesizedTypes
.AnonymousTypes)
581
foreach (var (typeKey, typeValues) in
SynthesizedTypes
.AnonymousDelegatesWithIndexedNames)
Emit\EditAndContinue\SymbolMatcher.cs (3)
66
MapAnonymousTypes(baseline.
SynthesizedTypes
.AnonymousTypes),
67
MapAnonymousDelegates(baseline.
SynthesizedTypes
.AnonymousDelegates),
68
MapAnonymousDelegatesWithIndexedNames(baseline.
SynthesizedTypes
.AnonymousDelegatesWithIndexedNames)),
Microsoft.CodeAnalysis.CSharp (4)
Emitter\EditAndContinue\EmitHelpers.cs (1)
87
baseline.
SynthesizedTypes
,
Emitter\EditAndContinue\PEDeltaAssemblyBuilder.cs (3)
235
Debug.Assert(PreviousGeneration.
SynthesizedTypes
.IsSubsetOf(result));
263
return ImmutableArray.CreateRange(PreviousGeneration.
SynthesizedTypes
.AnonymousTypes.Keys);
268
return ImmutableArray.CreateRange(PreviousGeneration.
SynthesizedTypes
.AnonymousDelegates.Keys);