4 references to _sectionKeyPool
Microsoft.CodeAnalysis (4)
CommandLine\AnalyzerConfigSet.cs (4)
184
var sectionKey =
_sectionKeyPool
.Allocate();
305
_sectionKeyPool
.ForgetTrackedObject(sectionKey);
309
freeKey(sectionKey,
_sectionKeyPool
);
319
freeKey(sectionKey,
_sectionKeyPool
);