1 write to _funcType
System.Private.Xml (1)
System\Xml\XPath\Internal\NodeFunctions.cs (1)
19
_funcType
= funcType;
3 references to _funcType
System.Private.Xml (3)
System\Xml\XPath\Internal\NodeFunctions.cs (3)
43
switch (
_funcType
)
96
public override XPathResultType StaticType { get { return Function.ReturnTypes[(int)
_funcType
]; } }
100
NodeFunctions method = new NodeFunctions(
_funcType
, Clone(_arg));