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