2 references to ReturnTypes
System.Xml (2)
System\Xml\XPath\Internal\Function.cs (1)
79return ReturnTypes[(int) functionType];
System\Xml\XPath\Internal\NodeFunctions.cs (1)
88public override XPathResultType StaticType { get { return Function.ReturnTypes[(int)funcType]; } }