1 write to match
System.Data.Linq (1)
SqlClient\Common\SqlNode.cs (1)
1374this.match = value;
4 references to match
System.Data.Linq (4)
SqlClient\Common\SqlNode.cs (4)
1370get { return this.match; } 1372if (this.match != null && value != null && this.match.ClrType != value.ClrType) 1373throw Error.ArgumentWrongType("value", this.match.ClrType, value.ClrType);