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