1 write to _name
System.Data.Common (1)
System\Data\Filter\FunctionNode.cs (1)
51
_name
= name;
8 references to _name
System.Data.Common (8)
System\Data\Filter\FunctionNode.cs (8)
63
throw ExprException.UndefinedFunction(
_name
);
70
throw ExprException.FunctionArgumentCount(
_name
);
95
throw ExprException.FunctionArgumentCount(
_name
);
133
throw ExprException.FunctionArgumentCount(
_name
);
479
throw ExprException.FunctionArgumentCount(
_name
);
598
throw ExprException.UndefinedFunction(
_name
);
609
throw ExprException.FunctionArgumentCount(
_name
);
615
throw ExprException.FunctionArgumentCount(
_name
);