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