12 references to s_symbolListPool
Microsoft.CodeAnalysis (12)
DocumentationCommentId.cs (12)
116
var results =
s_symbolListPool
.Allocate();
124
s_symbolListPool
.ClearAndFree(results);
167
var results =
s_symbolListPool
.Allocate();
175
s_symbolListPool
.ClearAndFree(results);
194
var results =
s_symbolListPool
.Allocate();
202
s_symbolListPool
.ClearAndFree(results);
255
var results =
s_symbolListPool
.Allocate();
263
s_symbolListPool
.ClearAndFree(results);
895
var results =
s_symbolListPool
.Allocate();
910
s_symbolListPool
.ClearAndFree(results);
922
var contexts =
s_symbolListPool
.Allocate();
952
s_symbolListPool
.ClearAndFree(contexts);