5 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)),