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