2 references to s_preferPatternMatchingOverIsWithCastCheck
Microsoft.VisualStudio.LanguageServices.CSharp (2)
Options\Formatting\StyleViewModel.cs (2)
2283
CodeStyleItems.Add(new BooleanCodeStyleOptionViewModel(CSharpCodeStyleOptions.PreferPatternMatchingOverIsWithCastCheck, CSharpVSResources.Prefer_pattern_matching_over_is_with_cast_check,
s_preferPatternMatchingOverIsWithCastCheck
,
s_preferPatternMatchingOverIsWithCastCheck
, this, optionStore, patternMatchingPreferencesGroupTitle));