1 write to _textSpan
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Classification\Worker.cs (1)
32_textSpan = textSpan;
9 references to _textSpan
Microsoft.CodeAnalysis.CSharp.Workspaces (9)
Classification\Worker.cs (5)
62=> span.Length > 0 && _textSpan.OverlapsWith(span); 85foreach (var token in node.DescendantTokens(span: _textSpan, descendIntoTrivia: false)) 138var classificationSpanStart = _textSpan.Start; 166if (trivia.SpanStart >= _textSpan.End) 233if (!_textSpan.OverlapsWith(skippedTokens.Span))
Classification\Worker_DocumentationComments.cs (3)
16if (!_textSpan.OverlapsWith(documentationComment.Span)) 24if (childFullSpan.Start > _textSpan.End) 28else if (childFullSpan.End < _textSpan.Start)
Classification\Worker_Preprocesser.cs (1)
14if (!_textSpan.OverlapsWith(node.Span))