1 implementation of VariableType
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\VariableAction.cs (1)
163
XPathResultType IXsltContextVariable.
VariableType
{
5 references to VariableType
System.ServiceModel (4)
System\ServiceModel\Dispatcher\QueryCoreOp.cs (3)
261
this.type = XPathXsltFunctionExpr.ConvertTypeFromXslt(variable.
VariableType
);
273
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new QueryCompileException(QueryCompileError.InvalidType, SR.GetString(SR.QueryVariableTypeNotSupported, this.variable.
VariableType
.ToString())));
335
throw DiagnosticUtility.ExceptionUtility.ThrowHelperCritical(new QueryProcessingException(QueryProcessingError.Unexpected, SR.GetString(SR.QueryVariableTypeNotSupported, this.variable.
VariableType
.ToString())));
System\ServiceModel\Dispatcher\XPathExpr.cs (1)
351
: base(XPathExprType.XsltVariable, XPathXsltFunctionExpr.ConvertTypeFromXslt(variable.
VariableType
))
System.Xml (1)
System\Xml\XPath\Internal\VariableQuery.cs (1)
51
XPathResultType result = variable != null ? variable.
VariableType
: XPathResultType.Any;