2 writes to collection
xunit.assert (2)
Sdk\CollectionTracker.cs (2)
498
this.
collection
= castCollection;
504
this.
collection
= collection;
3 references to collection
xunit.assert (3)
Sdk\CollectionTracker.cs (3)
654
enumerator = new Enumerator(
collection
.GetEnumerator());
757
enumerator = new Enumerator(
collection
.GetEnumerator());
775
enumerator = new Enumerator(
collection
.GetEnumerator());