1 override of ModifyEnumeratorAllowed
Microsoft.CodeAnalysis.UnitTests (1)
Collections\HashSet\SegmentedHashSet_Generic_Tests`1.cs (1)
34protected 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)
32protected override ModifyOperation ModifyEnumeratorThrows => base.ModifyEnumeratorAllowed & ~(ModifyOperation.Remove | ModifyOperation.Clear);
Collections\List\IEnumerable.Generic.Tests.cs (7)
449Assert.All(GetModifyEnumerables(ModifyEnumeratorAllowed), ModifyEnumerable => 495Assert.All(GetModifyEnumerables(ModifyEnumeratorAllowed), ModifyEnumerable => 539Assert.All(GetModifyEnumerables(ModifyEnumeratorAllowed), ModifyEnumerable => 701Assert.All(GetModifyEnumerables(ModifyEnumeratorAllowed), ModifyEnumerable => 760Assert.All(GetModifyEnumerables(ModifyEnumeratorAllowed), ModifyEnumerable => 803Assert.All(GetModifyEnumerables(ModifyEnumeratorAllowed), ModifyEnumerable => 847Assert.All(GetModifyEnumerables(ModifyEnumeratorAllowed), ModifyEnumerable =>