1 write to variable
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryCoreOp.cs (1)
260this.variable = variable;
5 references to variable
System.ServiceModel (5)
System\ServiceModel\Dispatcher\QueryCoreOp.cs (5)
273throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new QueryCompileException(QueryCompileError.InvalidType, SR.GetString(SR.QueryVariableTypeNotSupported, this.variable.VariableType.ToString()))); 284return this.xsltContext == var.xsltContext && this.variable == var.variable; 296object o = this.variable.Evaluate(this.xsltContext); 335throw DiagnosticUtility.ExceptionUtility.ThrowHelperCritical(new QueryProcessingException(QueryProcessingError.Unexpected, SR.GetString(SR.QueryVariableTypeNotSupported, this.variable.VariableType.ToString())));