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