2 implementations of ArgTypes
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (1)
530public XPathResultType[] ArgTypes { get { return this.argTypes; } }
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathMessageContext.cs (1)
226public XPathResultType[] ArgTypes
4 references to ArgTypes
System.ServiceModel (4)
System\ServiceModel\Dispatcher\QueryFunctions.cs (3)
69if (function.ArgTypes[i] == XPathResultType.NodeSet) 151switch (this.function.ArgTypes[i]) 173throw DiagnosticUtility.ExceptionUtility.ThrowHelperCritical(new QueryProcessingException(QueryProcessingError.Unexpected, SR.GetString(SR.QueryFunctionTypeNotSupported, this.function.ArgTypes[i].ToString())));
System\ServiceModel\Dispatcher\XPathCompiler.cs (1)
801ValueDataType paramType = XPathXsltFunctionExpr.ConvertTypeFromXslt(expr.Function.ArgTypes[i]);