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);
889
var results =
s_symbolListPool
.Allocate();
904
s_symbolListPool
.ClearAndFree(results);
916
var contexts =
s_symbolListPool
.Allocate();
946
s_symbolListPool
.ClearAndFree(contexts);