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)
74return GenericICollectionFactory(count); 127ICollection<T> collection = GenericICollectionFactory(count); 139ICollection<T> collection = GenericICollectionFactory(count); 153ICollection<T?> collection = GenericICollectionFactory(count)!; 167ICollection<T> collection = GenericICollectionFactory(count); 184ICollection<T> collection = GenericICollectionFactory(0); 201ICollection<T> collection = GenericICollectionFactory(count); 214ICollection<T> collection = GenericICollectionFactory(count); 228ICollection<T> collection = GenericICollectionFactory(count); 242ICollection<T> collection = GenericICollectionFactory(count); 266ICollection<T> collection = GenericICollectionFactory(count); 281ICollection<T> collection = GenericICollectionFactory(count); 294ICollection<T> collection = GenericICollectionFactory(count); 312ICollection<T> collection = GenericICollectionFactory(count); 329ICollection<T> collection = GenericICollectionFactory(count); 354ICollection<T> collection = GenericICollectionFactory(count); 366ICollection<T> collection = GenericICollectionFactory(count); 375ICollection<T> collection = GenericICollectionFactory(count); 386ICollection<T?> collection = GenericICollectionFactory(count)!; 398ICollection<T> collection = GenericICollectionFactory(count); 410ICollection<T> collection = GenericICollectionFactory(count); 422ICollection<T> collection = GenericICollectionFactory(count); 438ICollection<T> collection = GenericICollectionFactory(count); 446ICollection<T> collection = GenericICollectionFactory(count); 456ICollection<T> collection = GenericICollectionFactory(count); 468ICollection<T> collection = GenericICollectionFactory(count); 479ICollection<T> collection = GenericICollectionFactory(count); 489ICollection<T> collection = GenericICollectionFactory(count); 499ICollection<T> collection = GenericICollectionFactory(count); 515ICollection<T> collection = GenericICollectionFactory(count); 527ICollection<T?> collection = GenericICollectionFactory(count)!; 546ICollection<T> collection = GenericICollectionFactory(count); 562ICollection<T?> collection = GenericICollectionFactory(count)!; 581ICollection<T> collection = GenericICollectionFactory(count); 600ICollection<T> collection = GenericICollectionFactory(count); 617ICollection<T> collection = GenericICollectionFactory(count); 630ICollection<T> collection = GenericICollectionFactory(count); 644ICollection<T> collection = GenericICollectionFactory(count);