2 references to ToArray
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ErrorBehavior.cs (1)
23
this.handlers = EmptyArray<IErrorHandler>.
ToArray
(channelDispatcher.ErrorHandlers);
System\ServiceModel\EmptyArray.cs (1)
54
return EmptyArray<T>.
ToArray
((IList<T>)collection);