2 references to ReturnTypes
System.Private.Xml (2)
System\Xml\XPath\Internal\Function.cs (1)
77return ReturnTypes[(int)_functionType];
System\Xml\XPath\Internal\NodeFunctions.cs (1)
96public override XPathResultType StaticType { get { return Function.ReturnTypes[(int)_funcType]; } }