2 overrides of GetNamingStylePreferences
Microsoft.CodeAnalysis.CodeStyle (2)
StructuredAnalyzerConfigOptions.cs (2)
40
public override NamingStylePreferences
GetNamingStylePreferences
()
46
public override NamingStylePreferences
GetNamingStylePreferences
()
1 reference to GetNamingStylePreferences
Microsoft.CodeAnalysis.CodeStyle (1)
AnalyzerConfigOptionsExtensions.cs (1)
32
var preferences = structuredOptions.
GetNamingStylePreferences
();