7 references to AnonymousTypes
Microsoft.CodeAnalysis (7)
Emit\EditAndContinue\EmitBaseline.cs (3)
419Debug.Assert(synthesizedTypes.AnonymousTypes.Count >= _synthesizedTypes.AnonymousTypes.Count); 562foreach (var (typeKey, typeValue) in SynthesizedTypes.AnonymousTypes)
Emit\EditAndContinue\SymbolMatcher.cs (1)
66MapAnonymousTypes(baseline.SynthesizedTypes.AnonymousTypes),
Emit\EditAndContinue\SynthesizedTypeMaps.cs (3)
18=> AnonymousTypes.IsEmpty && AnonymousDelegates.IsEmpty && AnonymousDelegatesWithIndexedNames.IsEmpty; 41=> AnonymousTypes.Keys.All(static (key, other) => other.AnonymousTypes.ContainsKey(key), other) &&