6 references to GetOutputParameters
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (3)
1156
ParameterInfo[] parameters = ServiceReflector.
GetOutputParameters
(methodInfo, isAsync);
1585
_syncOutputs = ServiceReflector.
GetOutputParameters
(_syncOperation.SyncMethod, false);
1586
_asyncOutputs = ServiceReflector.
GetOutputParameters
(_asyncOperation.EndMethod, true);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (3)
66
_outParams = ServiceReflector.
GetOutputParameters
(_syncMethod, false);
72
_endOutParams = ServiceReflector.
GetOutputParameters
(operation.EndMethod, true);
78
_outParams = ServiceReflector.
GetOutputParameters
(_syncMethod, false);