NullCheckExpressionInfo.Expression Property
Containing Type: NullCheckExpressionInfo
Assembly: Roslynator.CSharp.dll
The expression that is evaluated whether is (not) null. for example "x" in "x == null".
public Microsoft.CodeAnalysis.CSharp.Syntax.ExpressionSyntax Expression { get; }