7 references to Allocate
System.ServiceModel.Primitives (7)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
354outputs = EmptyArray<object>.Allocate(0);
System\ServiceModel\Dispatcher\MessageRpc.cs (1)
74Correlation = EmptyArray<object>.Allocate(operation.Parent.CorrelationCount);
System\ServiceModel\Dispatcher\ProxyRpc.cs (1)
36Correlation = EmptyArray<object>.Allocate(operation.Parent.CorrelationCount);
System\ServiceModel\Dispatcher\SyncMethodInvoker.cs (2)
45return EmptyArray<object>.Allocate(_inputParameterCount); 87var outputs = EmptyArray<object>.Allocate(_outputParameterCount);
System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (2)
55return EmptyArray<object>.Allocate(_inputParameterCount); 149var outputs = EmptyArray<object>.Allocate(_outputParameterCount);