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