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