1 write to _lazyNamingStylePreferences
Microsoft.CodeAnalysis.Workspaces (1)
StructuredAnalyzerConfigOptions.cs (1)
31_lazyNamingStylePreferences = new Lazy<NamingStylePreferences>(() => EditorConfigNamingStyleParser.ParseDictionary(_options));
1 reference to _lazyNamingStylePreferences
Microsoft.CodeAnalysis.Workspaces (1)
StructuredAnalyzerConfigOptions.cs (1)
41=> _lazyNamingStylePreferences.Value;