6 references to SynthesizedDelegateKey
Microsoft.CodeAnalysis.CSharp (3)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (1)
690
var key = new
SynthesizedDelegateKey
(delegateSymbol.MetadataName);
Emitter\EditAndContinue\PEDeltaAssemblyBuilder.cs (1)
218
var key = new
SynthesizedDelegateKey
(metadataName);
Symbols\AnonymousTypes\AnonymousTypeManager.Templates.cs (1)
673
var key = new CodeAnalysis.Emit.
SynthesizedDelegateKey
(delegateSymbol.MetadataName);
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (3)
Emit\EditAndContinue\SymbolMatcherTests.cs (3)
1763
Assert.Contains(new
SynthesizedDelegateKey
("<>F{00000004}`3"), synthesizedDelegates0);
1764
Assert.Contains(new
SynthesizedDelegateKey
("<>A{00000003}`2"), synthesizedDelegates0);
1765
Assert.Contains(new
SynthesizedDelegateKey
("<>A{00000000,00000001}`33"), synthesizedDelegates0);