2 references to s_suppressOperationPool
Microsoft.CodeAnalysis.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\NodeOperations.cs (2)
25
public SegmentedList<SuppressOperation> SuppressOperation { get; } =
s_suppressOperationPool
.Allocate();
39
s_suppressOperationPool
.Free(SuppressOperation);