16 references to GetPooledObject
IdeCoreBenchmarks (3)
CloudCachePersistentStorage.cs (3)
107
using var bytes = s_byteArrayPool.
GetPooledObject
();
135
using var bytes = s_byteArrayPool.
GetPooledObject
();
180
using var bytes = s_byteArrayPool.
GetPooledObject
();
Microsoft.CodeAnalysis.Remote.ServiceHub (3)
CloudCachePersistentStorage.cs (3)
107
using var bytes = s_byteArrayPool.
GetPooledObject
();
135
using var bytes = s_byteArrayPool.
GetPooledObject
();
180
using var bytes = s_byteArrayPool.
GetPooledObject
();
Microsoft.CodeAnalysis.Workspaces (7)
ExternalAccess\Pythia\Api\PythiaObjectPool.cs (1)
18
var disposer = Default<T>().
GetPooledObject
<T>();
Workspace\Solution\Checksum_Factory.cs (6)
27
using var pooledHash = s_incrementalHashPool.
GetPooledObject
();
28
using var pooledBuffer = SharedPools.ByteArray.
GetPooledObject
();
42
using var pooledHash = s_incrementalHashPool.
GetPooledObject
();
43
using var pooledBuffer = SharedPools.ByteArray.
GetPooledObject
();
53
using var pooledHash = s_incrementalHashPool.
GetPooledObject
();
54
using var pooledBuffer = SharedPools.ByteArray.
GetPooledObject
();
Microsoft.VisualStudio.LanguageServices (3)
Storage\CloudCachePersistentStorage.cs (3)
107
using var bytes = s_byteArrayPool.
GetPooledObject
();
135
using var bytes = s_byteArrayPool.
GetPooledObject
();
180
using var bytes = s_byteArrayPool.
GetPooledObject
();