1 write to _tokenSet
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\SyntaxReplacer.cs (1)
77_tokenSet = tokens != null ? [.. tokens] : s_noTokens;
3 references to _tokenSet
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Syntax\SyntaxReplacer.cs (3)
83public bool HasWork => _nodeSet.Count + _tokenSet.Count > 0; 93foreach (var token in _tokenSet) 179var isReplacedToken = _tokenSet.Remove(token);