3 references to SyncMethodInvoker
System.ServiceModel (3)
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
440operationDispatcher.Invoker = new SyncMethodInvoker(methodInfo);
System\ServiceModel\Dispatcher\OperationInvokerBehavior.cs (2)
52dispatch.Invoker = new SyncMethodInvoker(description.SyncMethod); 58dispatch.Invoker = new SyncMethodInvoker(description.SyncMethod);