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