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