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