3 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);