1 write to _syncMethod
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (1)
53_syncMethod = operation.SyncMethod;
8 references to _syncMethod
System.ServiceModel.Primitives (8)
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (8)
60if (_syncMethod != null) 62_outParams = ServiceReflector.GetOutputParameters(_syncMethod, false); 71else if (_syncMethod != null) 73_inParams = ServiceReflector.GetInputParameters(_syncMethod, false); 74_outParams = ServiceReflector.GetOutputParameters(_syncMethod, false); 75_returnParam = _syncMethod.ReturnParameter; 253if (_syncMethod == null) 260return methodCall.MethodBase.MethodHandle.Value.Equals(_syncMethod.MethodHandle.Value);