1 override of Enumerator_Current_UndefinedOperation_Throws
Microsoft.CodeAnalysis.UnitTests (1)
Collections\HashSet\SegmentedHashSet_IEnumerable_NonGeneric_Tests.cs (1)
30protected override bool Enumerator_Current_UndefinedOperation_Throws => true;
5 references to Enumerator_Current_UndefinedOperation_Throws
Microsoft.CodeAnalysis.UnitTests (5)
Collections\List\IEnumerable.NonGeneric.Tests.cs (3)
315if (Enumerator_Current_UndefinedOperation_Throws) 329if (Enumerator_Current_UndefinedOperation_Throws) 346if (Enumerator_Current_UndefinedOperation_Throws)
Collections\List\IList.NonGeneric.Tests.cs (2)
93protected virtual bool IList_CurrentAfterAdd_Throws => Enumerator_Current_UndefinedOperation_Throws; 1095if (Enumerator_Current_UndefinedOperation_Throws)