1 write to PreferNamespaceAndFolderMatchStructure
Microsoft.CodeAnalysis.Workspaces (1)
IdeCodeStyleOptions.cs (1)
90PreferNamespaceAndFolderMatchStructure = options.GetOption(CodeStyleOptions2.PreferNamespaceAndFolderMatchStructure, language, fallbackOptions.PreferNamespaceAndFolderMatchStructure);
3 references to PreferNamespaceAndFolderMatchStructure
Microsoft.CodeAnalysis.Features (1)
AnalyzerOptionsProvider.cs (1)
94public CodeStyleOption2<bool> PreferNamespaceAndFolderMatchStructure => GetOption(CodeStyleOptions2.PreferNamespaceAndFolderMatchStructure, FallbackCodeStyleOptions.PreferNamespaceAndFolderMatchStructure);
Microsoft.CodeAnalysis.Workspaces (2)
CodeStyleOptions2.cs (1)
324IdeCodeStyleOptions.CommonDefaults.PreferNamespaceAndFolderMatchStructure);
IdeCodeStyleOptions.cs (1)
90PreferNamespaceAndFolderMatchStructure = options.GetOption(CodeStyleOptions2.PreferNamespaceAndFolderMatchStructure, language, fallbackOptions.PreferNamespaceAndFolderMatchStructure);