2 references to SymbolName
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Invocation.cs (1)
1793
Error(diagnostics, ErrorCode.WRN_ImplicitCopyInReadOnlyMember, receiver.Syntax, method, ThisParameterSymbol.
SymbolName
);
Symbols\Source\ThisParameterSymbol.cs (1)
14
public sealed override string Name =>
SymbolName
;