5 references to IsConstNull
System.Data.Linq (5)
SqlClient\Query\SqlBinder.cs (5)
178
if (this.
IsConstNull
(bo.Left) && !TypeSystem.IsNullableType(bo.ClrType)) {
181
else if (this.
IsConstNull
(bo.Right) && !TypeSystem.IsNullableType(bo.ClrType)) {
187
if (this.
IsConstNull
(bo.Left) && !TypeSystem.IsNullableType(bo.ClrType)) {
190
else if (this.
IsConstNull
(bo.Right) && !TypeSystem.IsNullableType(bo.ClrType)) {
500
if (this.
IsConstNull
(when.TypeBinding)) {