6 references to GetOutputParameters
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (3)
1156ParameterInfo[] 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);