1 override of ModifyEnumeratorThrows
Microsoft.CodeAnalysis.UnitTests (1)
Collections\HashSet\SegmentedHashSet_Generic_Tests`1.cs (1)
32
protected override ModifyOperation
ModifyEnumeratorThrows
=> base.ModifyEnumeratorAllowed & ~(ModifyOperation.Remove | ModifyOperation.Clear);
7 references to ModifyEnumeratorThrows
Microsoft.CodeAnalysis.UnitTests (7)
Collections\List\IEnumerable.Generic.Tests.cs (7)
425
Assert.All(GetModifyEnumerables(
ModifyEnumeratorThrows
), ModifyEnumerable =>
469
Assert.All(GetModifyEnumerables(
ModifyEnumeratorThrows
), ModifyEnumerable =>
514
Assert.All(GetModifyEnumerables(
ModifyEnumeratorThrows
), ModifyEnumerable =>
680
Assert.All(GetModifyEnumerables(
ModifyEnumeratorThrows
), ModifyEnumerable =>
736
Assert.All(GetModifyEnumerables(
ModifyEnumeratorThrows
), ModifyEnumerable =>
777
Assert.All(GetModifyEnumerables(
ModifyEnumeratorThrows
), ModifyEnumerable =>
822
Assert.All(GetModifyEnumerables(
ModifyEnumeratorThrows
), ModifyEnumerable =>