Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* PriorityQueue fixes * add missing enumerator invalidations * Update src/libraries/System.Collections/src/System/Collections/Generic/PriorityQueue.cs Co-authored-by: Stephen Toub <stoub@microsoft.com> * add Debug assertion for heap arity * presize buffer if EnqueueRange input is ICollection * move capacity check outside of the core Grow method * remove ICollection detection from EnumerableHelpers * address feedback Co-authored-by: Stephen Toub <stoub@microsoft.com>
- Loading branch information