2 references to Method
System.ServiceModel (2)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
113
this.ValidateInstanceType(operation.Parent.Type, sync.
Method
);
System\ServiceModel\Dispatcher\SyncMethodInvoker.cs (1)
266
InvokeDelegate invokeDelegate = new InvokerUtil().GenerateInvokeDelegate(this.
Method
, out inputParameterCount, out outputParameterCount);