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