1 write to function
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryFunctions.cs (1)
64
this.
function
= function;
10 references to function
System.ServiceModel (10)
System\ServiceModel\Dispatcher\QueryFunctions.cs (10)
77
switch (this.
function
.ReturnType)
86
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new QueryCompileException(QueryCompileError.InvalidType, SR.GetString(SR.QueryFunctionTypeNotSupported, this.
function
.ReturnType.ToString())));
111
object ret = this.
function
.Invoke(this.xsltContext, NullArgs, nav);
112
switch (this.
function
.ReturnType)
135
throw DiagnosticUtility.ExceptionUtility.ThrowHelperCritical(new QueryProcessingException(QueryProcessingError.Unexpected, SR.GetString(SR.QueryFunctionTypeNotSupported, this.
function
.ReturnType.ToString())));
151
switch (this.
function
.ArgTypes[i])
173
throw DiagnosticUtility.ExceptionUtility.ThrowHelperCritical(new QueryProcessingException(QueryProcessingError.Unexpected, SR.GetString(SR.QueryFunctionTypeNotSupported, this.
function
.ArgTypes[i].ToString())));
177
object ret = this.
function
.Invoke(this.xsltContext, xsltArgs, nav);
188
switch (this.
function
.ReturnType)
211
throw DiagnosticUtility.ExceptionUtility.ThrowHelperCritical(new QueryProcessingException(QueryProcessingError.Unexpected, SR.GetString(SR.QueryFunctionTypeNotSupported, this.
function
.ReturnType.ToString())));