1 write to _beginMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (1)
56
_beginMethod
= operation.BeginMethod;
4 references to _beginMethod
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (4)
61
if (
_beginMethod
!= null)
63
_inParams = ServiceReflector.GetInputParameters(
_beginMethod
, true);
283
if (
_beginMethod
== null)
290
return methodCall.MethodBase.Equals(
_beginMethod
);