1 write to _spans
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\ClassifiedSpanVisitor.cs (1)
28
_spans
= ImmutableArray.CreateBuilder<ClassifiedSpanInternal>();
5 references to _spans
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\Legacy\ClassifiedSpanVisitor.cs (5)
49
=>
_spans
.ToImmutableAndClear();
445
=>
_spans
.Add(new(span, CurrentBlockSpan, kind, _currentBlockKind, acceptedCharacters));
449
_spans
.Clear();
451
if (
_spans
.Capacity > MaximumObjectSize)
454
_spans
.Capacity = 0;