3 references to PreferNotPattern
Microsoft.CodeAnalysis.CSharp.CodeStyle (3)
CSharpAnalyzerOptionsProvider.cs (1)
79public CodeStyleOption2<bool> PreferNotPattern => GetOption(CSharpCodeStyleOptions.PreferNotPattern, FallbackCodeStyleOptions.PreferNotPattern);
CSharpIdeCodeStyleOptions.cs (1)
99PreferNotPattern = options.GetOption(CSharpCodeStyleOptions.PreferNotPattern, fallbackOptions.PreferNotPattern);
CSharpUseNotPatternDiagnosticAnalyzer.cs (1)
31CSharpCodeStyleOptions.PreferNotPattern,