2 references to GetPooledObject
Microsoft.CodeAnalysis.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectWriter.cs (2)
310using var pooledObj = BufferPool<byte>.Shared.GetPooledObject(); 369using var pooledObj = BufferPool<T>.Shared.GetPooledObject();