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