1 reference to SourceLocation
Microsoft.CodeAnalysis (1)
Syntax\SyntaxNode.cs (1)
693
return !tree.SupportsLocations ? NoLocation.Singleton : new
SourceLocation
(this);