3 references to s_incrementalHashPool
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\Checksum_Factory.cs (3)
28
using var pooledHash =
s_incrementalHashPool
.GetPooledObject();
50
using var pooledHash =
s_incrementalHashPool
.GetPooledObject();
103
using var pooledHash =
s_incrementalHashPool
.GetPooledObject();