3 instantiations of SyncMethodInvoker
System.ServiceModel (3)
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
440
operationDispatcher.Invoker = new
SyncMethodInvoker
(methodInfo);
System\ServiceModel\Dispatcher\OperationInvokerBehavior.cs (2)
52
dispatch.Invoker = new
SyncMethodInvoker
(description.SyncMethod);
58
dispatch.Invoker = new
SyncMethodInvoker
(description.SyncMethod);
2 references to SyncMethodInvoker
System.ServiceModel (2)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (2)
110
SyncMethodInvoker
sync = this.invoker as
SyncMethodInvoker
;