Implemented interface member:
method
ToArray
System.Collections.Concurrent.IProducerConsumerCollection<T>.ToArray()
6 references to ToArray
InMemory.FunctionalTests (2)
RequestTests.cs (2)
608Assert.DoesNotContain(id, usedIds.ToArray()); 640Assert.DoesNotContain(id, usedIds.ToArray());
Microsoft.DotNet.SourceBuild.Tasks (1)
src\UsageReport\WritePackageUsageData.cs (1)
247Usages = usages.ToArray(),
Microsoft.ML.Data (1)
DataView\CacheDataView.cs (1)
448Task.WaitAll(_cacheFillerThreads.ToArray());
System.Collections.Concurrent (2)
System\Collections\Concurrent\ConcurrentBag.cs (2)
370ToArray().CopyTo(array, index); 462public IEnumerator<T> GetEnumerator() => new Enumerator(ToArray());