3 references to GetDisplayLineNumber
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Invocation.cs (1)
1376
int line = callerSourceLocation.SourceTree.
GetDisplayLineNumber
(callerSourceLocation.SourceSpan);
Symbols\SymbolDistinguisher.cs (1)
173
return $"{path}({tree.
GetDisplayLineNumber
(span)})";
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\Binder_Invocation.vb (1)
3127
callerInfoValue = ConstantValue.Create(callerInfoOpt.SyntaxTree.
GetDisplayLineNumber
(GetCallerLocation(callerInfoOpt)))