4 references to s_incrementalHashPool
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\Checksum_Factory.cs (4)
33
using var pooledHash =
s_incrementalHashPool
.GetPooledObject();
51
using var pooledHash =
s_incrementalHashPool
.GetPooledObject();
73
using var pooledHash =
s_incrementalHashPool
.GetPooledObject();
136
using var pooledHash =
s_incrementalHashPool
.GetPooledObject();