2 references to s_indentBlockOperationPool
Text.Analyzers (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);