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)
83
public bool HasWork => _nodeSet.Count +
_tokenSet
.Count > 0;
93
foreach (var token in
_tokenSet
)
179
var isReplacedToken =
_tokenSet
.Remove(token);