1 override of ModifyEnumeratorThrows
Microsoft.CodeAnalysis.UnitTests (1)
Collections\HashSet\SegmentedHashSet_Generic_Tests`1.cs (1)
30
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)
375
Assert.All(GetModifyEnumerables(
ModifyEnumeratorThrows
), ModifyEnumerable =>
419
Assert.All(GetModifyEnumerables(
ModifyEnumeratorThrows
), ModifyEnumerable =>
464
Assert.All(GetModifyEnumerables(
ModifyEnumeratorThrows
), ModifyEnumerable =>
630
Assert.All(GetModifyEnumerables(
ModifyEnumeratorThrows
), ModifyEnumerable =>
686
Assert.All(GetModifyEnumerables(
ModifyEnumeratorThrows
), ModifyEnumerable =>
727
Assert.All(GetModifyEnumerables(
ModifyEnumeratorThrows
), ModifyEnumerable =>
772
Assert.All(GetModifyEnumerables(
ModifyEnumeratorThrows
), ModifyEnumerable =>