2 writes to collection
xunit.assert (2)
Sdk\CollectionTracker.cs (2)
422
this.
collection
= castCollection ?? throw new ArgumentNullException(nameof(castCollection));
426
this.
collection
= collection;
3 references to collection
xunit.assert (3)
Sdk\CollectionTracker.cs (3)
580
enumerator = BufferedEnumerator.Create(
collection
.GetEnumerator());
681
enumerator = BufferedEnumerator.Create(
collection
.GetEnumerator());
699
enumerator = BufferedEnumerator.Create(
collection
.GetEnumerator());