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