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)
43switch (_funcType) 96public override XPathResultType StaticType { get { return Function.ReturnTypes[(int)_funcType]; } } 100NodeFunctions method = new NodeFunctions(_funcType, Clone(_arg));