5 references to ArgTypes
System.Xml (5)
System\Xml\XPath\Internal\XPathParser.cs (5)
482if (pi.ArgTypes.Length < argCount) { 483argCount = pi.ArgTypes.Length; // argument we have the type specified (can be < pi.Minargs) 488pi.ArgTypes[i] != XPathResultType.Any && 489pi.ArgTypes[i] != arg.ReturnType 491switch (pi.ArgTypes[i]) {