3 instantiations of IndentBlockFormattingRule
Microsoft.CodeAnalysis.CSharp.Features (1)
AddImport\CSharpAddMissingImportsFeatureService.cs (1)
31=> ImmutableArray.Create<AbstractFormattingRule>(new CleanUpNewLinesFormatter(text), new IndentBlockFormattingRule());
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
CSharpSyntaxFormatting.cs (1)
29new IndentBlockFormattingRule(),
IndentBlockFormattingRule.cs (1)
43return new IndentBlockFormattingRule(newOptions);