7 references to Allocate
System.ServiceModel (7)
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);