2 references to PreferPatternMatchingOverIsWithCastCheck
Microsoft.CodeAnalysis.CSharp.Features (2)
CSharpIsAndCastCheckDiagnosticAnalyzer.cs (1)
61
var styleOption = syntaxContext.GetCSharpAnalyzerOptions().
PreferPatternMatchingOverIsWithCastCheck
;
UsePatternMatching\CSharpIsAndCastCheckWithoutNameDiagnosticAnalyzer.cs (1)
79
var styleOption = context.GetCSharpAnalyzerOptions().
PreferPatternMatchingOverIsWithCastCheck
;