2 references to AddAnchorIndentationOperations
Microsoft.CodeAnalysis.CodeStyle (2)
AbstractFormatEngine.cs (1)
175
anchorIndentationOperations = AddOperations<AnchorIndentationOperation>(nodeIterator, _formattingRules.
AddAnchorIndentationOperations
, cancellationToken);
FormattingOperations.cs (1)
164
chainedFormattingRules.
AddAnchorIndentationOperations
(list, node);