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)
61if (_beginMethod != null) 63_inParams = ServiceReflector.GetInputParameters(_beginMethod, true); 283if (_beginMethod == null) 290return methodCall.MethodBase.Equals(_beginMethod);