4 references to AnchorIndentationOperations
Microsoft.CodeAnalysis.Workspaces (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractFormatEngine.cs (2)
129var anchorContext = nodeOperations.AnchorIndentationOperations.Do(context.AddAnchorIndentationOperation); 180AddOperations(nodeOperations.AnchorIndentationOperations, anchorIndentationOperationsScratch, node, addAnchorIndentationOperations);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\NodeOperations.cs (2)
44AnchorIndentationOperations.Clear(); 45s_anchorIndentationOperationPool.Free(AnchorIndentationOperations);