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)
64if (_syncMethod != null) 66_outParams = ServiceReflector.GetOutputParameters(_syncMethod, false); 75else if (_syncMethod != null) 77_inParams = ServiceReflector.GetInputParameters(_syncMethod, false); 78_outParams = ServiceReflector.GetOutputParameters(_syncMethod, false); 79_returnParam = _syncMethod.ReturnParameter; 271if (_syncMethod == null) 278return methodCall.MethodBase.Equals(_syncMethod);