11 references to AnonymousDelegatesWithIndexedNames
Microsoft.CodeAnalysis (7)
Emit\EditAndContinue\EmitBaseline.cs (3)
421
Debug.Assert(synthesizedTypes.
AnonymousDelegatesWithIndexedNames
.Count >= _synthesizedTypes.
AnonymousDelegatesWithIndexedNames
.Count);
581
foreach (var (typeKey, typeValues) in SynthesizedTypes.
AnonymousDelegatesWithIndexedNames
)
Emit\EditAndContinue\SymbolMatcher.cs (1)
68
MapAnonymousDelegatesWithIndexedNames(baseline.SynthesizedTypes.
AnonymousDelegatesWithIndexedNames
)),
Emit\EditAndContinue\SynthesizedTypeMaps.cs (3)
18
=> AnonymousTypes.IsEmpty && AnonymousDelegates.IsEmpty &&
AnonymousDelegatesWithIndexedNames
.IsEmpty;
43
AnonymousDelegatesWithIndexedNames
.Keys.All(static (key, other) => other.
AnonymousDelegatesWithIndexedNames
.ContainsKey(key), other);
Microsoft.CodeAnalysis.CSharp (1)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (1)
494
if (_synthesizedTypes.
AnonymousDelegatesWithIndexedNames
.TryGetValue(key, out var otherTypeCandidates))
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (3)
Emit\EditAndContinue\SymbolMatcherTests.cs (3)
1531
var anonymousDelegates0 = synthesizedTypes0.
AnonymousDelegatesWithIndexedNames
;
1597
}, Inspect(synthesizedTypes0.
AnonymousDelegatesWithIndexedNames
));
1667
}, Inspect(synthesizedTypes0.
AnonymousDelegatesWithIndexedNames
));