1 write to name
System.Data (1)
fx\src\data\System\Data\Filter\FunctionNode.cs (1)
49
this.
name
= name;
8 references to name
System.Data (8)
fx\src\data\System\Data\Filter\FunctionNode.cs (8)
58
throw ExprException.UndefinedFunction(this.
name
);
64
throw ExprException.FunctionArgumentCount(this.
name
);
85
throw ExprException.FunctionArgumentCount(this.
name
);
115
throw ExprException.FunctionArgumentCount(this.
name
);
415
throw ExprException.FunctionArgumentCount(this.
name
);
512
throw ExprException.UndefinedFunction(this.
name
);
521
throw ExprException.FunctionArgumentCount(this.
name
);
527
throw ExprException.FunctionArgumentCount(this.
name
);