1 write to _textSpan
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Classification\Worker.vb (1)
21
_textSpan
= textSpan
10 references to _textSpan
Microsoft.CodeAnalysis.VisualBasic.Workspaces (10)
Classification\Worker.DocumentationCommentClassifier.vb (3)
19
If Not _worker.
_textSpan
.OverlapsWith(documentationComment.Span) Then
25
If childFullSpan.Start > _worker.
_textSpan
.End Then
27
ElseIf childFullSpan.End < _worker.
_textSpan
.Start Then
Classification\Worker.vb (6)
48
If token.Width() > 0 AndAlso
_textSpan
.OverlapsWith(token.Span) Then
54
If trivia.Width() > 0 AndAlso
_textSpan
.OverlapsWith(trivia.Span) Then
60
For Each nodeOrToken In node.DescendantNodesAndTokensAndSelf(span:=
_textSpan
, descendIntoChildren:=Function(t) Not IsXmlNode(t), descendIntoTrivia:=False)
86
If span.Length <> 0 AndAlso
_textSpan
.OverlapsWith(span) Then
172
If Not
_textSpan
.OverlapsWith(skippedTokens.Span) Then
183
If Not
_textSpan
.OverlapsWith(directiveSyntax.FullSpan) Then
Classification\Worker.XmlClassifier.vb (1)
28
If Not _worker.
_textSpan
.OverlapsWith(node.FullSpan) Then