4 references to s_incrementalHashPool
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\Checksum_Factory.cs (4)
33
using var pooledHash =
s_incrementalHashPool
.GetPooledObject();
48
using var pooledHash =
s_incrementalHashPool
.GetPooledObject();
70
using var pooledHash =
s_incrementalHashPool
.GetPooledObject();
133
using var pooledHash =
s_incrementalHashPool
.GetPooledObject();