9 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)),
Microsoft.CodeAnalysis.CSharp (4)
Emitter\EditAndContinue\EmitHelpers.cs (1)
87baseline.SynthesizedTypes,
Emitter\EditAndContinue\PEDeltaAssemblyBuilder.cs (3)
235Debug.Assert(PreviousGeneration.SynthesizedTypes.IsSubsetOf(result)); 263return ImmutableArray.CreateRange(PreviousGeneration.SynthesizedTypes.AnonymousTypes.Keys); 268return ImmutableArray.CreateRange(PreviousGeneration.SynthesizedTypes.AnonymousDelegates.Keys);