1 write to _textSpan
Microsoft.CodeAnalysis.Workspaces (1)
Classification\SyntaxClassification\AbstractSyntaxClassificationService.Worker.cs (1)
43
_textSpan
= textSpan;
2 references to _textSpan
Microsoft.CodeAnalysis.Workspaces (2)
Classification\SyntaxClassification\AbstractSyntaxClassificationService.Worker.cs (2)
79
if (textSpan.Length > 0 && textSpan.OverlapsWith(
_textSpan
))
97
if (nodeOrToken.FullSpan.IntersectsWith(
_textSpan
))