5 references to ArgTypes
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (5)
563
if (pi.
ArgTypes
.Length < argCount)
565
argCount = pi.
ArgTypes
.Length; // argument we have the type specified (can be < pi.Minargs)
571
pi.
ArgTypes
[i] != XPathResultType.Any &&
572
pi.
ArgTypes
[i] != arg.ReturnType
575
switch (pi.
ArgTypes
[i])