1 override of SupportsLocations
Microsoft.CodeAnalysis.CSharp (1)
Syntax\CSharpSyntaxTree.DebuggerSyntaxTree.cs (1)
30internal override bool SupportsLocations
1 reference to SupportsLocations
Microsoft.CodeAnalysis (1)
Syntax\SyntaxNode.cs (1)
694return !tree.SupportsLocations ? NoLocation.Singleton : new SourceLocation(this);