1 write to invoker
System.ServiceModel (1)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
75this.invoker = operation.Invoker;
5 references to invoker
System.ServiceModel (5)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (5)
110SyncMethodInvoker sync = this.invoker as SyncMethodInvoker; 116AsyncMethodInvoker async = this.invoker as AsyncMethodInvoker; 123TaskMethodInvoker task = this.invoker as TaskMethodInvoker; 148get { return (this.invoker is DispatchRuntime.UnhandledActionInvoker); } 173get { return this.invoker; }