1 write to matchValue
System.Data.Linq (1)
SqlClient\Common\SqlNode.cs (1)
1301this.matchValue = value;
4 references to matchValue
System.Data.Linq (4)
SqlClient\Common\SqlNode.cs (4)
1295get { return this.matchValue; } 1299if (this.matchValue != null && this.matchValue.ClrType != value.ClrType) 1300throw Error.ArgumentWrongType("value", this.matchValue.ClrType, value.ClrType);