3 references to Factory
Microsoft.Build (3)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.pooledobjects\5.0.0-1.25277.114\contentFiles\cs\netstandard2.0\ObjectPool`1.cs (3)
66
private readonly
Factory
_factory;
111
internal ObjectPool(
Factory
factory, bool trimOnFree = true)
116
internal ObjectPool(
Factory
factory, int size, bool trimOnFree = true)