3 references to IndentBlockOperation
Microsoft.CodeAnalysis.CodeStyle (3)
BaseIndentationFormattingRule.cs (1)
39list.Add(new IndentBlockOperation(_token1, _token2, _span, _baseIndentation, IndentBlockOption.AbsolutePosition));
FormattingContext.InitialContextFinder.cs (1)
109operations.Add(new IndentBlockOperation(
FormattingOperations.cs (1)
64=> new(startToken, endToken, textSpan, indentationDelta, option);