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