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)
29
new
IndentBlockFormattingRule
(),
IndentBlockFormattingRule.cs (1)
43
return new
IndentBlockFormattingRule
(newOptions);