8 references to AnonymousDelegates
Microsoft.CodeAnalysis (5)
Emit\EditAndContinue\EmitBaseline.cs (2)
420
Debug.Assert(synthesizedTypes.
AnonymousDelegates
.Count >= _synthesizedTypes.
AnonymousDelegates
.Count);
Emit\EditAndContinue\SymbolMatcher.cs (2)
190
MapAnonymousTypesAndDelegatesWithUniqueKey(previousTypes.
AnonymousDelegates
, newTypes.
AnonymousDelegates
),
Emit\EditAndContinue\SynthesizedTypeMaps.cs (1)
18
=> AnonymousTypes.IsEmpty &&
AnonymousDelegates
.IsEmpty && AnonymousDelegatesWithIndexedNames.IsEmpty;
Microsoft.CodeAnalysis.CSharp (1)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (1)
484
return _otherSynthesizedTypes.
AnonymousDelegates
.TryGetValue(key, out otherDelegateSymbol);
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Emit\EditAndContinue\SymbolMatcherTests.cs (1)
1464
var synthesizedDelegates0 = synthesizedTypes0.
AnonymousDelegates
;
Roslyn.Test.PdbUtilities (1)
EditAndContinue\EditAndContinueTest.GenerationVerifier.cs (1)
131
.. map.
AnonymousDelegates
.Values.Select(t => t.Delegate.GetInternalSymbol()!),