2 references to CreateAnchorIndentationOperation
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
BaseFormattingRule.cs (1)
142
list.Add(FormattingOperations.
CreateAnchorIndentationOperation
(anchorToken, endToken));
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
BaseFormattingRule.vb (1)
88
operations.Add(FormattingOperations.
CreateAnchorIndentationOperation
(startToken, endToken))