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