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