2 references to s_objectWriterPool
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\Checksum_Factory.cs (2)
81
var objectWriter =
s_objectWriterPool
.Allocate();
96
s_objectWriterPool
.Free(objectWriter);