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