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