5 references to ArgTypes
System.Private.Xml (5)
System\Xml\XPath\Internal\XPathParser.cs (5)
550if (pi.ArgTypes.Length < argCount) 552argCount = pi.ArgTypes.Length; // argument we have the type specified (can be < pi.Minargs) 558pi.ArgTypes[i] != XPathResultType.Any && 559pi.ArgTypes[i] != arg.ReturnType 562switch (pi.ArgTypes[i])