6 references to AnonymousDelegates
Microsoft.CodeAnalysis (6)
Emit\EditAndContinue\EmitBaseline.cs (2)
420
Debug.Assert(synthesizedTypes.
AnonymousDelegates
.Count >= _synthesizedTypes.
AnonymousDelegates
.Count);
Emit\EditAndContinue\SymbolMatcher.cs (1)
67
MapAnonymousDelegates(baseline.SynthesizedTypes.
AnonymousDelegates
),
Emit\EditAndContinue\SynthesizedTypeMaps.cs (3)
18
=> AnonymousTypes.IsEmpty &&
AnonymousDelegates
.IsEmpty && AnonymousDelegatesWithIndexedNames.IsEmpty;
42
AnonymousDelegates
.Keys.All(static (key, other) => other.
AnonymousDelegates
.ContainsKey(key), other) &&