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)
79if (textSpan.Length > 0 && textSpan.OverlapsWith(_textSpan)) 97if (nodeOrToken.FullSpan.IntersectsWith(_textSpan))