3 instantiations of IndentBlockFormattingRule
Microsoft.CodeAnalysis.CSharp.Features (1)
AddImport\CSharpAddMissingImportsFeatureService.cs (1)
25=> [new CleanUpNewLinesFormatter(text), new IndentBlockFormattingRule()];
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\CSharpSyntaxFormatting.cs (1)
28new IndentBlockFormattingRule(),
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Rules\IndentBlockFormattingRule.cs (1)
43return new IndentBlockFormattingRule(newOptions);