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