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