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