2 references to s_indentBlockOperationPool
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\NodeOperations.cs (2)
24
public SegmentedList<IndentBlockOperation> IndentBlockOperation { get; } =
s_indentBlockOperationPool
.Allocate();
36
s_indentBlockOperationPool
.Free(IndentBlockOperation);