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)
83public bool HasWork => _nodeSet.Count + _tokenSet.Count > 0; 88foreach (var node in _nodeSet) 150var isReplacedNode = _nodeSet.Remove(node);