7 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);