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