1 write to _tokenSet
Microsoft.CodeAnalysis.VisualBasic (1)
Syntax\SyntaxReplacer.vb (1)
80
Me.
_tokenSet
= If(tokens IsNot Nothing, New HashSet(Of SyntaxToken)(tokens), s_noTokens)
4 references to _tokenSet
Microsoft.CodeAnalysis.VisualBasic (4)
Syntax\SyntaxReplacer.vb (4)
84
Me.
_tokenSet
.Select(Function(t) t.FullSpan)).Concat(
90
Me.
_tokenSet
.Any(Function(t) t.IsPartOfStructuredTrivia()) OrElse
108
Return Me._nodeSet.Count + Me.
_tokenSet
.Count + Me._triviaSet.Count > 0
167
If Me.
_tokenSet
.Contains(token) AndAlso Me._computeReplacementToken IsNot Nothing Then