7 references to Allocate
System.ServiceModel (7)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
797
outputs = EmptyArray<object>.
Allocate
(0);
System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (1)
60
return EmptyArray<object>.
Allocate
(this.inputParameterCount);
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (2)
1030
return EmptyArray<object>.
Allocate
(1);
1036
outputs = EmptyArray<object>.
Allocate
(0);
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (2)
1228
return EmptyArray<object>.
Allocate
(1);
1233
outputs = EmptyArray<object>.
Allocate
(0);
System\ServiceModel\ServiceChannelManager.cs (1)
411
return EmptyArray<IChannel>.
Allocate
(0);