17 references to CSharpCodeStyleOptionGroups
Microsoft.CodeAnalysis.CSharp.Workspaces (17)
CSharpCodeStyleOptions.cs (17)
28CSharpCodeStyleOptionGroups.VarPreferences, "csharp_style_var_for_built_in_types",
32CSharpCodeStyleOptionGroups.VarPreferences, "csharp_style_var_when_type_is_apparent",
36CSharpCodeStyleOptionGroups.VarPreferences, "csharp_style_var_elsewhere",
40CSharpCodeStyleOptionGroups.NullCheckingPreferences, "csharp_style_conditional_delegate_call",
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",
107=> CreateOption(CSharpCodeStyleOptionGroups.ExpressionBodiedMembers, name, defaultValue, defaultValue =>
136CSharpCodeStyleOptionGroups.CodeBlockPreferences,
169CSharpCodeStyleOptionGroups.CodeBlockPreferences,
183CSharpCodeStyleOptionGroups.UsingDirectivePreferences,
238CSharpCodeStyleOptionGroups.CodeBlockPreferences,
246CSharpCodeStyleOptionGroups.CodeBlockPreferences,
251CSharpCodeStyleOptionGroups.CodeBlockPreferences,