1 override of ModifyEnumeratorThrows
Microsoft.CodeAnalysis.UnitTests (1)
Collections\HashSet\SegmentedHashSet_IEnumerable_NonGeneric_Tests.cs (1)
31protected override ModifyOperation ModifyEnumeratorThrows => base.ModifyEnumeratorAllowed & ~ModifyOperation.Remove;
7 references to ModifyEnumeratorThrows
Microsoft.CodeAnalysis.UnitTests (7)
Collections\List\IEnumerable.NonGeneric.Tests.cs (7)
146Assert.All(GetModifyEnumerables(ModifyEnumeratorThrows), ModifyEnumerable => 159Assert.All(GetModifyEnumerables(ModifyEnumeratorThrows), ModifyEnumerable => 174Assert.All(GetModifyEnumerables(ModifyEnumeratorThrows), ModifyEnumerable => 261Assert.All(GetModifyEnumerables(ModifyEnumeratorThrows), ModifyEnumerable => 295Assert.All(GetModifyEnumerables(ModifyEnumeratorThrows), ModifyEnumerable => 308Assert.All(GetModifyEnumerables(ModifyEnumeratorThrows), ModifyEnumerable => 323Assert.All(GetModifyEnumerables(ModifyEnumeratorThrows), ModifyEnumerable =>