12 references to s_symbolListPool
Microsoft.CodeAnalysis (12)
DocumentationCommentId.cs (12)
110
var results =
s_symbolListPool
.Allocate();
118
s_symbolListPool
.ClearAndFree(results);
161
var results =
s_symbolListPool
.Allocate();
169
s_symbolListPool
.ClearAndFree(results);
188
var results =
s_symbolListPool
.Allocate();
196
s_symbolListPool
.ClearAndFree(results);
249
var results =
s_symbolListPool
.Allocate();
257
s_symbolListPool
.ClearAndFree(results);
866
var results =
s_symbolListPool
.Allocate();
881
s_symbolListPool
.ClearAndFree(results);
893
var contexts =
s_symbolListPool
.Allocate();
923
s_symbolListPool
.ClearAndFree(contexts);