11 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);
Microsoft.CodeAnalysis.CSharp (1)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (1)
494if (_synthesizedTypes.AnonymousDelegatesWithIndexedNames.TryGetValue(key, out var otherTypeCandidates))
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (3)
Emit\EditAndContinue\SymbolMatcherTests.cs (3)
1531var anonymousDelegates0 = synthesizedTypes0.AnonymousDelegatesWithIndexedNames; 1597}, Inspect(synthesizedTypes0.AnonymousDelegatesWithIndexedNames)); 1667}, Inspect(synthesizedTypes0.AnonymousDelegatesWithIndexedNames));