1 override of Enumerator_Current_UndefinedOperation_Throws
Microsoft.CodeAnalysis.UnitTests (1)
Collections\HashSet\SegmentedHashSet_IEnumerable_NonGeneric_Tests.cs (1)
29
protected 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)
237
if (
Enumerator_Current_UndefinedOperation_Throws
)
251
if (
Enumerator_Current_UndefinedOperation_Throws
)
268
if (
Enumerator_Current_UndefinedOperation_Throws
)
Collections\List\IList.NonGeneric.Tests.cs (2)
93
protected virtual bool IList_CurrentAfterAdd_Throws =>
Enumerator_Current_UndefinedOperation_Throws
;
1095
if (
Enumerator_Current_UndefinedOperation_Throws
)