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)
394
Assert.All(GetModifyEnumerables(
ModifyEnumeratorThrows
), ModifyEnumerable =>
438
Assert.All(GetModifyEnumerables(
ModifyEnumeratorThrows
), ModifyEnumerable =>
483
Assert.All(GetModifyEnumerables(
ModifyEnumeratorThrows
), ModifyEnumerable =>
649
Assert.All(GetModifyEnumerables(
ModifyEnumeratorThrows
), ModifyEnumerable =>
705
Assert.All(GetModifyEnumerables(
ModifyEnumeratorThrows
), ModifyEnumerable =>
746
Assert.All(GetModifyEnumerables(
ModifyEnumeratorThrows
), ModifyEnumerable =>
791
Assert.All(GetModifyEnumerables(
ModifyEnumeratorThrows
), ModifyEnumerable =>