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);
85
foreach (var token in node.DescendantTokens(span:
_textSpan
, descendIntoTrivia: false))
138
var classificationSpanStart =
_textSpan
.Start;
166
if (trivia.SpanStart >=
_textSpan
.End)
233
if (!
_textSpan
.OverlapsWith(skippedTokens.Span))
Classification\Worker_DocumentationComments.cs (3)
16
if (!
_textSpan
.OverlapsWith(documentationComment.Span))
24
if (childFullSpan.Start >
_textSpan
.End)
28
else if (childFullSpan.End <
_textSpan
.Start)
Classification\Worker_Preprocesser.cs (1)
14
if (!
_textSpan
.OverlapsWith(node.Span))