2 references to s_anchorIndentationOperationPool
Microsoft.CodeAnalysis.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\NodeOperations.cs (2)
27
public SegmentedList<AnchorIndentationOperation> AnchorIndentationOperations { get; } =
s_anchorIndentationOperationPool
.Allocate();
45
s_anchorIndentationOperationPool
.Free(AnchorIndentationOperations);