1 override of Enumerator_Current_UndefinedOperation_Throws
Microsoft.CodeAnalysis.UnitTests (1)
Collections\HashSet\SegmentedHashSet_IEnumerable_NonGeneric_Tests.cs (1)
29protected 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)
237if (Enumerator_Current_UndefinedOperation_Throws) 251if (Enumerator_Current_UndefinedOperation_Throws) 268if (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)