5 references to ToArray
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
51_inspectors = EmptyArray<IParameterInspector>.ToArray(operation.ParameterInspectors);
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\ProxyOperationRuntime.cs (1)
50_parameterInspectors = EmptyArray<IParameterInspector>.ToArray(operation.ParameterInspectors);