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