7 references to GetOutputParameters
System.ServiceModel (7)
System\ServiceModel\ComIntegration\ComPlusTypeLoader.cs (1)
274
ParameterInfo[] parameters = ServiceReflector.
GetOutputParameters
(methodInfo, false);
System\ServiceModel\Description\TypeLoader.cs (3)
1108
ParameterInfo[] parameters = ServiceReflector.
GetOutputParameters
(methodInfo, isAsync);
1548
this.syncOutputs = ServiceReflector.
GetOutputParameters
(this.syncOperation.SyncMethod, false);
1549
this.asyncOutputs = ServiceReflector.
GetOutputParameters
(this.asyncOperation.EndMethod, true);
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (3)
77
this.outParams = ServiceReflector.
GetOutputParameters
(this.syncMethod, false);
83
this.endOutParams = ServiceReflector.
GetOutputParameters
(operation.EndMethod, true);
89
this.outParams = ServiceReflector.
GetOutputParameters
(this.syncMethod, false);