1 write to matchExpression
System.Data.Linq (1)
SqlClient\Common\SqlNode.cs (1)
1122this.matchExpression = value;
5 references to matchExpression
System.Data.Linq (5)
SqlClient\Common\SqlNode.cs (5)
1115get { return this.matchExpression; } 1117if (this.matchExpression != null && value != null && this.matchExpression.ClrType != value.ClrType 1119&& !TypeSystem.GetNonNullableType(this.matchExpression.ClrType).Equals(typeof(bool)) 1121throw Error.ArgumentWrongType("value", this.matchExpression.ClrType, value.ClrType);