2 references to s_classifiedSpanListPool
Microsoft.CodeAnalysis.EditorFeatures (2)
Classification\Syntactic\SyntacticClassificationTaggerProvider.ClassifiedLineCache.cs (2)
100
s_classifiedSpanListPool
.ClearAndFree(spanAndClassifiedSpans.ClassifiedSpans, trim: false);
168
return new LinkedListNode<SpanAndClassifiedSpans>(new SpanAndClassifiedSpans(span,
s_classifiedSpanListPool
.Allocate()));