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