1 override of Enumerator_Current_UndefinedOperation_Throws
Microsoft.CodeAnalysis.UnitTests (1)
Collections\HashSet\SegmentedHashSet_IEnumerable_NonGeneric_Tests.cs (1)
30
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)
315
if (
Enumerator_Current_UndefinedOperation_Throws
)
329
if (
Enumerator_Current_UndefinedOperation_Throws
)
346
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
)