1 write to _spans
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\ClassifiedSpanVisitor.cs (1)
29
_spans
= ImmutableArray.CreateBuilder<ClassifiedSpanInternal>();
5 references to _spans
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\Legacy\ClassifiedSpanVisitor.cs (5)
50
=>
_spans
.ToImmutableAndClear();
446
=>
_spans
.Add(new(span, CurrentBlockSpan, kind, _currentBlockKind, acceptedCharacters));
450
_spans
.Clear();
452
if (
_spans
.Capacity > MaximumObjectSize)
455
_spans
.Capacity = 0;