src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeStyle\CSharpCodeStyleOptions.cs (6)
44CSharpCodeStyleOptionGroups.PatternMatching, "csharp_style_prefer_switch_expression",
48CSharpCodeStyleOptionGroups.PatternMatching, "csharp_style_prefer_pattern_matching",
52CSharpCodeStyleOptionGroups.PatternMatching, "csharp_style_pattern_matching_over_as_with_null_check",
56CSharpCodeStyleOptionGroups.PatternMatching, "csharp_style_pattern_matching_over_is_with_cast_check",
60CSharpCodeStyleOptionGroups.PatternMatching, "csharp_style_prefer_not_pattern",
64CSharpCodeStyleOptionGroups.PatternMatching, "csharp_style_prefer_extended_property_pattern",