1 write to funcType
System.Xml (1)
System\Xml\XPath\Internal\NodeFunctions.cs (1)
23this.funcType = funcType;
4 references to funcType
System.Xml (4)
System\Xml\XPath\Internal\NodeFunctions.cs (4)
45switch (funcType) { 88public override XPathResultType StaticType { get { return Function.ReturnTypes[(int)funcType]; } } 91NodeFunctions method = new NodeFunctions(funcType, Clone(arg)); 98w.WriteAttributeString("name", funcType.ToString());