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