2 overrides of GetSyntaxFormatting
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpRemoveUnusedValuesCodeFixProvider.cs (1)
36protected override ISyntaxFormatting GetSyntaxFormatting()
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
VisualBasicRemoveUnusedValuesCodeFixProvider.vb (1)
28Protected Overrides Function GetSyntaxFormatting() As ISyntaxFormatting
2 references to GetSyntaxFormatting
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
AbstractRemoveUnusedValuesCodeFixProvider.cs (2)
275var formattingOptions = options.GetFormattingOptions(GetSyntaxFormatting()); 839var provider = GetSyntaxFormatting();