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);
87
var textSpanStart =
_textSpan
.Start;
88
var textSpanEnd =
_textSpan
.End;
166
var classificationSpanStart =
_textSpan
.Start;
194
if (trivia.SpanStart >=
_textSpan
.End)
261
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))