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