3 references to s_incrementalHashPool
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\Checksum_Factory.cs (3)
33
using var pooledHash =
s_incrementalHashPool
.GetPooledObject();
55
using var pooledHash =
s_incrementalHashPool
.GetPooledObject();
118
using var pooledHash =
s_incrementalHashPool
.GetPooledObject();