1 reference to GetPooledObject
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectWriter.cs (1)
369
using var pooledObj = BufferPool<T>.Shared.
GetPooledObject
();