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