1 write to method
System.Data.Linq (1)
SqlClient\Common\SqlNode.cs (1)
1736this.method = method;
4 references to method
System.Data.Linq (4)
SqlClient\Common\SqlNode.cs (4)
1744get { return this.method; } 1750if (value == null && !this.method.IsStatic) 1752if (value != null && !this.method.DeclaringType.IsAssignableFrom(value.ClrType)) 1753throw Error.ArgumentWrongType("value", this.method.DeclaringType, value.ClrType);