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