3 references to new
Microsoft.CodeAnalysis.Analyzers (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Context\FormattingContext.InitialContextFinder.cs (1)
110
operations.Add(new
IndentBlockOperation
(
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Rules\BaseIndentationFormattingRule.cs (1)
39
list.Add(new
IndentBlockOperation
(_token1, _token2, _span, _baseIndentation, IndentBlockOption.AbsolutePosition));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Rules\Operations\FormattingOperations.cs (1)
63
=>
new
(startToken, endToken, textSpan, indentationDelta, option);