1 write to Delegate
Microsoft.CodeAnalysis (1)
Emit\SynthesizedDelegateValue.cs (1)
15
Delegate
= @delegate;
2 references to Delegate
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\SymbolMatcher.cs (1)
128
var delegateTypeDef = (Cci.ITypeDefinition?)MapDefinition(value.
Delegate
);
Microsoft.CodeAnalysis.CSharp (1)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (1)
355
return (NamedTypeSymbol?)value.
Delegate
?.GetInternalSymbol();