2 references to s_nullLiteralExpression
Microsoft.CodeAnalysis.CSharp.Features (2)
CSharpUseIsNullCheckForReferenceEqualsCodeFixProvider.cs (2)
27
= ConstantPattern(
s_nullLiteralExpression
);
39
=> BinaryExpression(SyntaxKind.EqualsExpression, argument,
s_nullLiteralExpression
).Parenthesize();