5 references to EmptyArray
System.ServiceModel (5)
System\ServiceModel\Channels\ServiceChannelProxy.cs (2)
261
channel.EndCall(operation.Action, ProxyOperationRuntime.
EmptyArray
, asyncResult);
280
return (T)channel.EndCall(operation.Action, ProxyOperationRuntime.
EmptyArray
, asyncResult);
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (3)
380
outs =
EmptyArray
;
387
return
EmptyArray
;
397
ins =
EmptyArray
;