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