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