3 references to PreferPatternMatching
Microsoft.CodeAnalysis.CSharp.CodeStyle (3)
CSharpAnalyzerOptionsProvider.cs (1)
76
public CodeStyleOption2<bool> PreferPatternMatching => GetOption(CSharpCodeStyleOptions.
PreferPatternMatching
, FallbackCodeStyleOptions.PreferPatternMatching);
CSharpIdeCodeStyleOptions.cs (1)
96
PreferPatternMatching = options.GetOption(CSharpCodeStyleOptions.
PreferPatternMatching
, fallbackOptions.PreferPatternMatching);
CSharpUsePatternCombinatorsDiagnosticAnalyzer.cs (1)
37
CSharpCodeStyleOptions.
PreferPatternMatching
,