2 references to IndentBlockFormattingRule
Microsoft.CodeAnalysis.CSharp.Features (1)
AddImport\CSharpAddMissingImportsFeatureService.cs (1)
31
=> ImmutableArray.Create<AbstractFormattingRule>(new CleanUpNewLinesFormatter(text), new
IndentBlockFormattingRule
());
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpSyntaxFormatting.cs (1)
29
new
IndentBlockFormattingRule
(),