2 overrides of GenericICollectionFactory
Microsoft.CodeAnalysis.UnitTests (2)
Collections\HashSet\ISet_Generic_Tests`1.cs (1)
74protected override ICollection<T> GenericICollectionFactory(int count) => GenericISetFactory(count);
Collections\List\IList.Generic.Tests.cs (1)
102protected override ICollection<T> GenericICollectionFactory(int count) => GenericIListFactory(count);
38 references to GenericICollectionFactory
Microsoft.CodeAnalysis.UnitTests (38)
Collections\List\ICollection.Generic.Tests.cs (38)
76return GenericICollectionFactory(count); 129ICollection<T> collection = GenericICollectionFactory(count); 141ICollection<T> collection = GenericICollectionFactory(count); 155ICollection<T?> collection = GenericICollectionFactory(count)!; 169ICollection<T> collection = GenericICollectionFactory(count); 186ICollection<T> collection = GenericICollectionFactory(0); 203ICollection<T> collection = GenericICollectionFactory(count); 216ICollection<T> collection = GenericICollectionFactory(count); 230ICollection<T> collection = GenericICollectionFactory(count); 244ICollection<T> collection = GenericICollectionFactory(count); 268ICollection<T> collection = GenericICollectionFactory(count); 283ICollection<T> collection = GenericICollectionFactory(count); 296ICollection<T> collection = GenericICollectionFactory(count); 314ICollection<T> collection = GenericICollectionFactory(count); 331ICollection<T> collection = GenericICollectionFactory(count); 396ICollection<T> collection = GenericICollectionFactory(count); 408ICollection<T> collection = GenericICollectionFactory(count); 417ICollection<T> collection = GenericICollectionFactory(count); 430ICollection<T?> collection = GenericICollectionFactory(count)!; 442ICollection<T> collection = GenericICollectionFactory(count); 454ICollection<T> collection = GenericICollectionFactory(count); 466ICollection<T> collection = GenericICollectionFactory(count); 482ICollection<T> collection = GenericICollectionFactory(count); 490ICollection<T> collection = GenericICollectionFactory(count); 500ICollection<T> collection = GenericICollectionFactory(count); 512ICollection<T> collection = GenericICollectionFactory(count); 523ICollection<T> collection = GenericICollectionFactory(count); 533ICollection<T> collection = GenericICollectionFactory(count); 543ICollection<T> collection = GenericICollectionFactory(count); 559ICollection<T> collection = GenericICollectionFactory(count); 571ICollection<T?> collection = GenericICollectionFactory(count)!; 590ICollection<T> collection = GenericICollectionFactory(count); 606ICollection<T?> collection = GenericICollectionFactory(count)!; 625ICollection<T> collection = GenericICollectionFactory(count); 644ICollection<T> collection = GenericICollectionFactory(count); 661ICollection<T> collection = GenericICollectionFactory(count); 674ICollection<T> collection = GenericICollectionFactory(count); 688ICollection<T> collection = GenericICollectionFactory(count);