2 references to GetDisplayPath
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Invocation.cs (1)
1700string path = callerSourceLocation.SourceTree.GetDisplayPath(callerSourceLocation.SourceSpan, Compilation.Options.SourceReferenceResolver);
Symbols\SymbolDistinguisher.cs (1)
168string path = tree.GetDisplayPath(span, (compilation != null) ? compilation.Options.SourceReferenceResolver : null);