1 write to beginMethod
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (1)
67this.beginMethod = operation.BeginMethod;
4 references to beginMethod
System.ServiceModel (4)
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (4)
72if (this.beginMethod != null) 74this.inParams = ServiceReflector.GetInputParameters(this.beginMethod, true); 356if (this.beginMethod == null) 361return (methodCall.MethodBase.MethodHandle == this.beginMethod.MethodHandle);