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