8 references to PreferNamespaceAndFolderMatchStructure
Microsoft.CodeAnalysis.Features (2)
AbstractMatchFolderAndNamespaceDiagnosticAnalyzer.cs (1)
37CodeStyleOptions2.PreferNamespaceAndFolderMatchStructure,
AnalyzerOptionsProvider.cs (1)
94public CodeStyleOption2<bool> PreferNamespaceAndFolderMatchStructure => GetOption(CodeStyleOptions2.PreferNamespaceAndFolderMatchStructure, FallbackCodeStyleOptions.PreferNamespaceAndFolderMatchStructure);
Microsoft.CodeAnalysis.Workspaces (1)
IdeCodeStyleOptions.cs (1)
90PreferNamespaceAndFolderMatchStructure = options.GetOption(CodeStyleOptions2.PreferNamespaceAndFolderMatchStructure, language, fallbackOptions.PreferNamespaceAndFolderMatchStructure);
Microsoft.VisualStudio.LanguageServices (1)
EditorConfigSettings\DataProvider\CodeStyle\CommonCodeStyleSettingsProvider.cs (1)
135yield return CodeStyleSetting.Create(CodeStyleOptions2.PreferNamespaceAndFolderMatchStructure, ServicesVSResources.Prefer_namespace_and_folder_match_structure, options, updater);
Microsoft.VisualStudio.LanguageServices.CSharp (2)
Options\AutomationObject\AutomationObject.Style.cs (2)
284get { return GetXmlOption(CodeStyleOptions2.PreferNamespaceAndFolderMatchStructure); } 285set { SetXmlOption(CodeStyleOptions2.PreferNamespaceAndFolderMatchStructure, value); }
Microsoft.VisualStudio.LanguageServices.VisualBasic (2)
Options\AutomationObject\AutomationObject.Style.vb (2)
219Return GetXmlOption(CodeStyleOptions2.PreferNamespaceAndFolderMatchStructure) 222SetXmlOption(CodeStyleOptions2.PreferNamespaceAndFolderMatchStructure, value)