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