Base:
method
GetModifyEnumerables
Microsoft.CodeAnalysis.UnitTests.Collections.ICollection_Generic_Tests<T>.GetModifyEnumerables(Microsoft.CodeAnalysis.UnitTests.Collections.TestBase.ModifyOperation)
2 overrides of GetModifyEnumerables
Microsoft.CodeAnalysis.UnitTests (2)
Collections\List\SegmentedList.Generic.cs (2)
62protected override IEnumerable<ModifyEnumerable> GetModifyEnumerables(ModifyOperation operations) => new SegmentedList<ModifyEnumerable>(); 87protected override IEnumerable<ModifyEnumerable> GetModifyEnumerables(ModifyOperation operations) => new SegmentedList<ModifyEnumerable>();