9 references to Allocate
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (2)
149
return EmptyArray<IServiceContractGenerationExtension>.
Allocate
(0);
176
return EmptyArray<IOperationContractGenerationExtension>.
Allocate
(0);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
365
outputs = EmptyArray<object>.
Allocate
(0);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (1)
78
this.Correlation = EmptyArray<object>.
Allocate
(operation.Parent.CorrelationCount);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyRpc.cs (1)
35
this.Correlation = EmptyArray<object>.
Allocate
(operation.Parent.CorrelationCount);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\SyncMethodInvoker.cs (2)
53
return EmptyArray<object>.
Allocate
(_inputParameterCount);
88
var outputs = EmptyArray<object>.
Allocate
(_outputParameterCount);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (2)
60
return EmptyArray<object>.
Allocate
(_inputParameterCount);
147
var outputs = EmptyArray<object>.
Allocate
(_outputParameterCount);