2 references to GetDisplayLineNumber
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Invocation.cs (1)
1685
int line = callerSourceLocation.SourceTree.
GetDisplayLineNumber
(callerSourceLocation.SourceSpan);
Symbols\SymbolDistinguisher.cs (1)
171
return $"{path}({tree.
GetDisplayLineNumber
(span)})";