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)
66private readonly Factory _factory; 111internal ObjectPool(Factory factory, bool trimOnFree = true) 116internal ObjectPool(Factory factory, int size, bool trimOnFree = true)