5 references to CopyTo
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InputQueue.cs (2)
239_readerQueue.CopyTo(outstandingReaders, 0); 376_readerQueue.CopyTo(outstandingReaders, 0);
System.Linq.Parallel (1)
System\Linq\Parallel\Channels\SynchronousChannel.cs (1)
121_queue.CopyTo(array, arrayIndex);
System.ServiceModel.Primitives (2)
Internals\System\Runtime\InputQueue.cs (2)
297_readerQueue.CopyTo(outstandingReaders, 0); 431_readerQueue.CopyTo(outstandingReaders, 0);