3 references to s_incrementalHashPool
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\Checksum_Factory.cs (3)
27
using var pooledHash =
s_incrementalHashPool
.GetPooledObject();
42
using var pooledHash =
s_incrementalHashPool
.GetPooledObject();
53
using var pooledHash =
s_incrementalHashPool
.GetPooledObject();