4 references to PreferPatternMatchingOverAsWithNullCheck
Microsoft.CodeAnalysis.CSharp.CodeStyle (4)
CSharpAnalyzerOptionsProvider.cs (1)
77public CodeStyleOption2<bool> PreferPatternMatchingOverAsWithNullCheck => GetOption(CSharpCodeStyleOptions.PreferPatternMatchingOverAsWithNullCheck, FallbackCodeStyleOptions.PreferPatternMatchingOverAsWithNullCheck);
CSharpAsAndMemberAccessDiagnosticAnalyzer.cs (1)
32CSharpCodeStyleOptions.PreferPatternMatchingOverAsWithNullCheck,
CSharpAsAndNullCheckDiagnosticAnalyzer.cs (1)
36CSharpCodeStyleOptions.PreferPatternMatchingOverAsWithNullCheck,
CSharpIdeCodeStyleOptions.cs (1)
97PreferPatternMatchingOverAsWithNullCheck = options.GetOption(CSharpCodeStyleOptions.PreferPatternMatchingOverAsWithNullCheck, fallbackOptions.PreferPatternMatchingOverAsWithNullCheck);