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