6 references to IsNullableOrReferenceType
System.Linq.Expressions (6)
System\Linq\Expressions\Common\ConstantCheck.cs (1)
23ExpressionType.Default => e.Type.IsNullableOrReferenceType(),
System\Linq\Expressions\Interpreter\EqualInstruction.cs (1)
550Debug.Assert(type.IsNullableOrReferenceType());
System\Linq\Expressions\Interpreter\LightCompiler.cs (3)
359if (type.IsNullableOrReferenceType()) 840if (node.Left.Type.IsNullableOrReferenceType()) 848if (node.Right.Type.IsNullableOrReferenceType())
System\Linq\Expressions\Interpreter\NotEqualInstruction.cs (1)
532Debug.Assert(type.IsNullableOrReferenceType());