3 references to CreateIndentBlockOperation
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Rules\BaseFormattingRule.cs (2)
56
list.Add(FormattingOperations.
CreateIndentBlockOperation
(startToken, endToken, indentationDelta: 0, option: option));
70
list.Add(FormattingOperations.
CreateIndentBlockOperation
(startToken, endToken, indentationDelta: 1, option: option));
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Indentation\CSharpIndentationService.cs (1)
186
list[i] = FormattingOperations.
CreateIndentBlockOperation
(startToken, endToken, indentationDelta: 1, option: IndentBlockOption.RelativePosition);