1 override of ModifyEnumeratorAllowed
Microsoft.CodeAnalysis.UnitTests (1)
Collections\HashSet\SegmentedHashSet_Generic_Tests`1.cs (1)
32protected override ModifyOperation ModifyEnumeratorAllowed => ModifyOperation.Overwrite | ModifyOperation.Remove | ModifyOperation.Clear;
8 references to ModifyEnumeratorAllowed
Microsoft.CodeAnalysis.UnitTests (8)
Collections\HashSet\SegmentedHashSet_Generic_Tests`1.cs (1)
30protected override ModifyOperation ModifyEnumeratorThrows => base.ModifyEnumeratorAllowed & ~(ModifyOperation.Remove | ModifyOperation.Clear);
Collections\List\IEnumerable.Generic.Tests.cs (7)
399Assert.All(GetModifyEnumerables(ModifyEnumeratorAllowed), ModifyEnumerable => 445Assert.All(GetModifyEnumerables(ModifyEnumeratorAllowed), ModifyEnumerable => 489Assert.All(GetModifyEnumerables(ModifyEnumeratorAllowed), ModifyEnumerable => 651Assert.All(GetModifyEnumerables(ModifyEnumeratorAllowed), ModifyEnumerable => 710Assert.All(GetModifyEnumerables(ModifyEnumeratorAllowed), ModifyEnumerable => 753Assert.All(GetModifyEnumerables(ModifyEnumeratorAllowed), ModifyEnumerable => 797Assert.All(GetModifyEnumerables(ModifyEnumeratorAllowed), ModifyEnumerable =>