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