5 references to SynthesizedTypes
Microsoft.CodeAnalysis (5)
Emit\EditAndContinue\EmitBaseline.cs (2)
562foreach (var (typeKey, typeValue) in SynthesizedTypes.AnonymousTypes) 581foreach (var (typeKey, typeValues) in SynthesizedTypes.AnonymousDelegatesWithIndexedNames)
Emit\EditAndContinue\SymbolMatcher.cs (3)
66MapAnonymousTypes(baseline.SynthesizedTypes.AnonymousTypes), 67MapAnonymousDelegates(baseline.SynthesizedTypes.AnonymousDelegates), 68MapAnonymousDelegatesWithIndexedNames(baseline.SynthesizedTypes.AnonymousDelegatesWithIndexedNames)),