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