1 write to _syncMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (1)
57
_syncMethod
= operation.SyncMethod;
8 references to _syncMethod
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (8)
64
if (
_syncMethod
!= null)
66
_outParams = ServiceReflector.GetOutputParameters(
_syncMethod
, false);
75
else if (
_syncMethod
!= null)
77
_inParams = ServiceReflector.GetInputParameters(
_syncMethod
, false);
78
_outParams = ServiceReflector.GetOutputParameters(
_syncMethod
, false);
79
_returnParam =
_syncMethod
.ReturnParameter;
271
if (
_syncMethod
== null)
278
return methodCall.MethodBase.Equals(
_syncMethod
);