3 references to GetDisplayPath
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Invocation.cs (1)
1690
string path = callerSourceLocation.SourceTree.
GetDisplayPath
(callerSourceLocation.SourceSpan, Compilation.Options.SourceReferenceResolver);
Symbols\SymbolDistinguisher.cs (1)
168
string path = tree.
GetDisplayPath
(span, (compilation != null) ? compilation.Options.SourceReferenceResolver : null);
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\LocationsTests.cs (1)
47
var actualDisplayPath = syntaxTree.
GetDisplayPath
(span, s_resolver);