1 write to syncMethod
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (1)
68
this.
syncMethod
= operation.SyncMethod;
8 references to syncMethod
System.ServiceModel (8)
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (8)
75
if (this.
syncMethod
!= null)
77
this.outParams = ServiceReflector.GetOutputParameters(this.
syncMethod
, false);
86
else if (this.
syncMethod
!= null)
88
this.inParams = ServiceReflector.GetInputParameters(this.
syncMethod
, false);
89
this.outParams = ServiceReflector.GetOutputParameters(this.
syncMethod
, false);
90
this.returnParam = this.
syncMethod
.ReturnParameter;
345
if (this.
syncMethod
== null)
350
return (methodCall.MethodBase.MethodHandle == this.
syncMethod
.MethodHandle);