2 overrides of SupportsLocations
Microsoft.CodeAnalysis.CSharp (1)
Syntax\CSharpSyntaxTree.DebuggerSyntaxTree.cs (1)
30
internal override bool
SupportsLocations
Microsoft.CodeAnalysis.VisualBasic (1)
Syntax\VisualBasicSyntaxTree.DebuggerSyntaxTree.vb (1)
28
Friend Overrides ReadOnly Property
SupportsLocations
As Boolean
1 reference to SupportsLocations
Microsoft.CodeAnalysis (1)
Syntax\SyntaxNode.cs (1)
690
return !tree.
SupportsLocations
? NoLocation.Singleton : new SourceLocation(this);