1 override of ModifyEnumeratorThrows
Microsoft.CodeAnalysis.UnitTests (1)
Collections\HashSet\SegmentedHashSet_IEnumerable_NonGeneric_Tests.cs (1)
32
protected override ModifyOperation
ModifyEnumeratorThrows
=> base.ModifyEnumeratorAllowed & ~ModifyOperation.Remove;
7 references to ModifyEnumeratorThrows
Microsoft.CodeAnalysis.UnitTests (7)
Collections\List\IEnumerable.NonGeneric.Tests.cs (7)
195
Assert.All(GetModifyEnumerables(
ModifyEnumeratorThrows
), ModifyEnumerable =>
217
Assert.All(GetModifyEnumerables(
ModifyEnumeratorThrows
), ModifyEnumerable =>
243
Assert.All(GetModifyEnumerables(
ModifyEnumeratorThrows
), ModifyEnumerable =>
339
Assert.All(GetModifyEnumerables(
ModifyEnumeratorThrows
), ModifyEnumerable =>
373
Assert.All(GetModifyEnumerables(
ModifyEnumeratorThrows
), ModifyEnumerable =>
395
Assert.All(GetModifyEnumerables(
ModifyEnumeratorThrows
), ModifyEnumerable =>
421
Assert.All(GetModifyEnumerables(
ModifyEnumeratorThrows
), ModifyEnumerable =>