1 write to _textSpan
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Classification\Worker.cs (1)
33_textSpan = textSpan;
10 references to _textSpan
Microsoft.CodeAnalysis.CSharp.Workspaces (10)
Classification\Worker.cs (6)
61=> span.Length > 0 && _textSpan.OverlapsWith(span); 87var textSpanStart = _textSpan.Start; 88var textSpanEnd = _textSpan.End; 166var classificationSpanStart = _textSpan.Start; 194if (trivia.SpanStart >= _textSpan.End) 261if (!_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))