16 references to EmptyArray
dotnet-svcutil-lib (16)
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\DispatchOperationRuntime.cs (1)
51
_inspectors =
EmptyArray
<IParameterInspector>.ToArray(operation.ParameterInspectors);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
365
outputs =
EmptyArray
<object>.Allocate(0);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ErrorBehavior.cs (1)
20
_handlers =
EmptyArray
<IErrorHandler>.ToArray(channelDispatcher.ErrorHandlers);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (3)
27
_channelInitializers =
EmptyArray
<IChannelInitializer>.ToArray(behavior.ChannelInitializers);
28
_interactiveChannelInitializers =
EmptyArray
<IInteractiveChannelInitializer>.ToArray(behavior.InteractiveChannelInitializers);
29
_messageInspectors =
EmptyArray
<IClientMessageInspector>.ToArray(behavior.MessageInspectors);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (1)
78
this.Correlation =
EmptyArray
<object>.Allocate(operation.Parent.CorrelationCount);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (1)
50
_parameterInspectors =
EmptyArray
<IParameterInspector>.ToArray(operation.ParameterInspectors);
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);
FrameworkFork\System.ServiceModel\System\ServiceModel\EmptyArray.cs (1)
37
return
EmptyArray
<T>.ToArray((IList<T>)collection);