7 references to AnonymousDelegatesWithIndexedNames
Microsoft.CodeAnalysis (7)
Emit\EditAndContinue\EmitBaseline.cs (3)
421Debug.Assert(synthesizedTypes.AnonymousDelegatesWithIndexedNames.Count >= _synthesizedTypes.AnonymousDelegatesWithIndexedNames.Count); 581foreach (var (typeKey, typeValues) in SynthesizedTypes.AnonymousDelegatesWithIndexedNames)
Emit\EditAndContinue\SymbolMatcher.cs (1)
68MapAnonymousDelegatesWithIndexedNames(baseline.SynthesizedTypes.AnonymousDelegatesWithIndexedNames)),
Emit\EditAndContinue\SynthesizedTypeMaps.cs (3)
18=> AnonymousTypes.IsEmpty && AnonymousDelegates.IsEmpty && AnonymousDelegatesWithIndexedNames.IsEmpty; 43AnonymousDelegatesWithIndexedNames.Keys.All(static (key, other) => other.AnonymousDelegatesWithIndexedNames.ContainsKey(key), other);