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