2 overrides of Enumerator_Empty_Current_UndefinedOperation_Throws
Microsoft.CodeAnalysis.UnitTests (2)
Collections\HashSet\SegmentedHashSet_Generic_Tests`1.cs (1)
28
protected override bool
Enumerator_Empty_Current_UndefinedOperation_Throws
=> false;
Collections\List\SegmentedList.Generic.Tests.cs (1)
26
protected override bool
Enumerator_Empty_Current_UndefinedOperation_Throws
=> false;
5 references to Enumerator_Empty_Current_UndefinedOperation_Throws
Microsoft.CodeAnalysis.UnitTests (5)
Collections\List\IEnumerable.Generic.Tests.cs (3)
653
if (count == 0 ?
Enumerator_Empty_Current_UndefinedOperation_Throws
: Enumerator_Current_UndefinedOperation_Throws)
669
if (count == 0 ?
Enumerator_Empty_Current_UndefinedOperation_Throws
: Enumerator_Current_UndefinedOperation_Throws)
688
if (count == 0 ?
Enumerator_Empty_Current_UndefinedOperation_Throws
: Enumerator_Current_UndefinedOperation_Throws)
Collections\List\IList.Generic.Tests.cs (2)
626
if (count == 0 ?
Enumerator_Empty_Current_UndefinedOperation_Throws
: Enumerator_Current_UndefinedOperation_Throws)
642
if (count == 0 ?
Enumerator_Empty_Current_UndefinedOperation_Throws
: Enumerator_Current_UndefinedOperation_Throws)