4 references to IsNullLiteral
Microsoft.CodeAnalysis.CSharp.Features (2)
ConvertToRecordHelpers.cs (2)
670op => op.WalkDownConversion().IsNullLiteral(), 691constantPattern.Value.WalkDownConversion().IsNullLiteral();
Microsoft.CodeAnalysis.Features (2)
HashCodeAnalyzer.OperationDeconstructor.cs (1)
105Unwrap(binary.RightOperand).IsNullLiteral() &&
InitializeParameter\AbstractAddParameterCheckCodeRefactoringProvider.cs (1)
310=> operand1.UnwrapImplicitConversion().IsNullLiteral() && IsParameterReference(operand2, parameter);