2 references to GetPooledObject
Roslyn.Diagnostics.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectWriter.cs (1)
369
using var pooledObj = BufferPool<T>.Shared.
GetPooledObject
();
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\EmbeddedLanguages\VirtualChars\CSharpVirtualCharService.cs (1)
311
using var pooledRuneResults = s_pooledBuilders.
GetPooledObject
();