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(); 451if (_spans.Capacity > MaximumObjectSize) 454_spans.Capacity = 0;