2 references to GetInstance
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\TopLevelSyntaxTree\SparseNgramGenerator.cs (1)
179using var _ = Deque<(uint hash, int pos)>.GetInstance(out var deque);
Utilities\Deque.cs (1)
17/// and O(1) indexed access. Pooled via <see cref="GetInstance"/> to avoid allocation churn in