1 implementation of VariableType
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\VariableAction.cs (1)
163XPathResultType IXsltContextVariable.VariableType {
5 references to VariableType
System.ServiceModel (4)
System\ServiceModel\Dispatcher\QueryCoreOp.cs (3)
261this.type = XPathXsltFunctionExpr.ConvertTypeFromXslt(variable.VariableType); 273throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new QueryCompileException(QueryCompileError.InvalidType, SR.GetString(SR.QueryVariableTypeNotSupported, this.variable.VariableType.ToString()))); 335throw 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)
51XPathResultType result = variable != null ? variable.VariableType : XPathResultType.Any;