12 references to s_symbolListPool
Microsoft.CodeAnalysis (12)
DocumentationCommentId.cs (12)
97
var results =
s_symbolListPool
.Allocate();
105
s_symbolListPool
.ClearAndFree(results);
148
var results =
s_symbolListPool
.Allocate();
156
s_symbolListPool
.ClearAndFree(results);
175
var results =
s_symbolListPool
.Allocate();
183
s_symbolListPool
.ClearAndFree(results);
236
var results =
s_symbolListPool
.Allocate();
244
s_symbolListPool
.ClearAndFree(results);
824
var results =
s_symbolListPool
.Allocate();
839
s_symbolListPool
.ClearAndFree(results);
851
var contexts =
s_symbolListPool
.Allocate();
881
s_symbolListPool
.ClearAndFree(contexts);