1 write to _addAnchorIndentationOperationsRules
Microsoft.CodeAnalysis.Workspaces (1)
ChainedFormattingRules.cs (1)
39_addAnchorIndentationOperationsRules = FilterToRulesImplementingMethod(_formattingRules, nameof(AbstractFormattingRule.AddAnchorIndentationOperations));
1 reference to _addAnchorIndentationOperationsRules
Microsoft.CodeAnalysis.Workspaces (1)
ChainedFormattingRules.cs (1)
54var action = new NextAnchorIndentationOperationAction(_addAnchorIndentationOperationsRules, index: 0, currentNode, list);