6 references to GetOutputParameters
System.ServiceModel.Primitives (6)
System\ServiceModel\Description\TypeLoader.cs (3)
1183ParameterInfo[] parameters = ServiceReflector.GetOutputParameters(methodInfo, isAsync); 1642_syncOutputs = ServiceReflector.GetOutputParameters(_syncOperation.SyncMethod, false); 1643_asyncOutputs = ServiceReflector.GetOutputParameters(_asyncOperation.EndMethod, true);
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (3)
62_outParams = ServiceReflector.GetOutputParameters(_syncMethod, false); 68_endOutParams = ServiceReflector.GetOutputParameters(operation.EndMethod, true); 74_outParams = ServiceReflector.GetOutputParameters(_syncMethod, false);