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