2 instantiations of CleanUpNewLinesFormatter
Microsoft.CodeAnalysis.CSharp.Features (1)
AddImport\CSharpAddMissingImportsFeatureService.cs (1)
31
=> ImmutableArray.Create<AbstractFormattingRule>(new
CleanUpNewLinesFormatter
(text), new IndentBlockFormattingRule());
Microsoft.CodeAnalysis.VisualBasic.Features (1)
AddImport\VisualBasicAddMissingImportsFeatureService.vb (1)
26
Return ImmutableArray.Create(Of AbstractFormattingRule)(New
CleanUpNewLinesFormatter
(text))