6 references to GetOutputParameters
System.ServiceModel.Primitives (6)
System\ServiceModel\Description\TypeLoader.cs (3)
1183
ParameterInfo[] 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);