2 overrides of GetSyntaxFormatting
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpRemoveUnnecessaryImportsCodeFixProvider.cs (1)
29protected override ISyntaxFormatting GetSyntaxFormatting()
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
VisualBasicRemoveUnnecessaryImportsCodeFixProvider.vb (1)
28Protected Overrides Function GetSyntaxFormatting() As ISyntaxFormatting
1 reference to GetSyntaxFormatting
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
AbstractRemoveUnnecessaryImportsCodeFixProvider.cs (1)
49var formattingOptions = options.GetFormattingOptions(GetSyntaxFormatting());