2 references to SegmentedListPool
Microsoft.CodeAnalysis.Workspaces (2)
Classification\Classifier.cs (1)
25
=>
SegmentedListPool
.GetPooledList<ClassifiedSpan>(out classifiedSpans);
Classification\ClassifierHelper.cs (1)
242
using var _1 =
SegmentedListPool
.GetPooledList<TClassifiedSpan>(out var semanticSpans);