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