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