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