5 references to GetDisplayPath
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Invocation.cs (1)
1381string path = callerSourceLocation.SourceTree.GetDisplayPath(callerSourceLocation.SourceSpan, Compilation.Options.SourceReferenceResolver);
Symbols\SymbolDistinguisher.cs (1)
170string 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);
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\Binder_Invocation.vb (1)
3158callerInfoValue = ConstantValue.Create(callerInfoOpt.SyntaxTree.GetDisplayPath(callerInfoOpt.Span, Me.Compilation.Options.SourceReferenceResolver))
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
LocationTests.vb (1)
39Dim actualDisplayPath = syntaxTree.GetDisplayPath(span, s_resolver)