2 overrides of IsNullCheck
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpUseCoalesceExpressionForIfNullStatementCheckDiagnosticAnalyzer.cs (1)
43
protected override bool
IsNullCheck
(ExpressionSyntax condition, [NotNullWhen(true)] out ExpressionSyntax? checkedExpression)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
VisualBasicUseCoalesceExpressionForIfNullStatementCheckDiagnosticAnalyzer.vb (1)
40
Protected Overrides Function
IsNullCheck
(condition As ExpressionSyntax, <NotNullWhen(True)> ByRef checkedExpression As ExpressionSyntax) As Boolean
1 reference to IsNullCheck
Microsoft.CodeAnalysis.Features (1)
AbstractUseCoalesceExpressionForIfNullCheckDiagnosticAnalyzer.cs (1)
71
if (!
IsNullCheck
(condition, out var checkedExpression))