2 references to ToArray
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ErrorBehavior.cs (1)
20
_handlers = EmptyArray<IErrorHandler>.
ToArray
(channelDispatcher.ErrorHandlers);
FrameworkFork\System.ServiceModel\System\ServiceModel\EmptyArray.cs (1)
37
return EmptyArray<T>.
ToArray
((IList<T>)collection);