1 write to _nodeSet
Microsoft.CodeAnalysis.VisualBasic (1)
Syntax\SyntaxReplacer.vb (1)
79
Me.
_nodeSet
= If(nodes IsNot Nothing, New HashSet(Of SyntaxNode)(nodes), s_noNodes)
4 references to _nodeSet
Microsoft.CodeAnalysis.VisualBasic (4)
Syntax\SyntaxReplacer.vb (4)
83
Me._spanSet = New HashSet(Of TextSpan)(Me.
_nodeSet
.Select(Function(n) n.FullSpan).Concat(
89
Me._visitStructuredTrivia = Me.
_nodeSet
.Any(Function(n) n.IsPartOfStructuredTrivia()) OrElse
108
Return Me.
_nodeSet
.Count + Me._tokenSet.Count + Me._triviaSet.Count > 0
152
If Me.
_nodeSet
.Contains(node) AndAlso Me._computeReplacementNode IsNot Nothing Then