9 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) &&
Microsoft.CodeAnalysis.CSharp (2)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (1)
478return _synthesizedTypes.AnonymousDelegates.TryGetValue(key, out otherDelegateSymbol);
Emitter\EditAndContinue\PEDeltaAssemblyBuilder.cs (1)
268return ImmutableArray.CreateRange(PreviousGeneration.SynthesizedTypes.AnonymousDelegates.Keys);
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Emit\EditAndContinue\SymbolMatcherTests.cs (1)
1463var synthesizedDelegates0 = synthesizedTypes0.AnonymousDelegates;