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