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