9 references to EmptyArray
System.ServiceModel (9)
System\ServiceModel\Channels\ServiceChannelProxy.cs (2)
564
get { return
EmptyArray
.Instance; }
599
get { return
EmptyArray
.Instance; }
System\ServiceModel\Dispatcher\AsyncMethodInvoker.cs (2)
54
return
EmptyArray
.Allocate(this.InputParameterCount);
213
outputs =
EmptyArray
.Allocate(this.OutputParameterCount);
System\ServiceModel\Dispatcher\MessageRpc.cs (1)
94
this.Correlation =
EmptyArray
.Allocate(operation.Parent.CorrelationCount);
System\ServiceModel\Dispatcher\ProxyRpc.cs (1)
36
this.Correlation =
EmptyArray
.Allocate(operation.Parent.CorrelationCount);
System\ServiceModel\Dispatcher\SyncMethodInvoker.cs (2)
77
return
EmptyArray
.Allocate(this.inputParameterCount);
94
outputs =
EmptyArray
.Allocate(this.outputParameterCount);
System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (1)
195
object[] outputs =
EmptyArray
.Allocate(this.outputParameterCount);