1 write to Delegate
Microsoft.CodeAnalysis (1)
Emit\SynthesizedDelegateValue.cs (1)
15Delegate = @delegate;
2 references to Delegate
Microsoft.CodeAnalysis.CSharp (1)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (1)
363return (NamedTypeSymbol?)value.Delegate?.GetInternalSymbol();
Roslyn.Test.PdbUtilities (1)
EditAndContinue\EditAndContinueTest.GenerationVerifier.cs (1)
131.. map.AnonymousDelegates.Values.Select(t => t.Delegate.GetInternalSymbol()!),