1 write to _spanSet
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\SyntaxReplacer.cs (1)
79
_spanSet
= [];
5 references to _spanSet
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\Syntax\SyntaxReplacer.cs (5)
87
_spanSet
.Clear();
90
_spanSet
.Add(node.Span);
95
_spanSet
.Add(token.Span);
102
foreach (var span in
_spanSet
)
130
foreach (var s in
_spanSet
)