1 write to _nodeSet
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\SyntaxReplacer.cs (1)
76
_nodeSet
= nodes != null ? [.. nodes] : s_noNodes;
3 references to _nodeSet
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Syntax\SyntaxReplacer.cs (3)
83
public bool HasWork =>
_nodeSet
.Count + _tokenSet.Count > 0;
88
foreach (var node in
_nodeSet
)
150
var isReplacedNode =
_nodeSet
.Remove(node);