2 overrides of Enumerator_Empty_Current_UndefinedOperation_Throws
Microsoft.CodeAnalysis.UnitTests (2)
Collections\HashSet\SegmentedHashSet_Generic_Tests`1.cs (1)
28protected override bool Enumerator_Empty_Current_UndefinedOperation_Throws => false;
Collections\List\SegmentedList.Generic.Tests.cs (1)
26protected 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)
653if (count == 0 ? Enumerator_Empty_Current_UndefinedOperation_Throws : Enumerator_Current_UndefinedOperation_Throws) 669if (count == 0 ? Enumerator_Empty_Current_UndefinedOperation_Throws : Enumerator_Current_UndefinedOperation_Throws) 688if (count == 0 ? Enumerator_Empty_Current_UndefinedOperation_Throws : Enumerator_Current_UndefinedOperation_Throws)
Collections\List\IList.Generic.Tests.cs (2)
626if (count == 0 ? Enumerator_Empty_Current_UndefinedOperation_Throws : Enumerator_Current_UndefinedOperation_Throws) 642if (count == 0 ? Enumerator_Empty_Current_UndefinedOperation_Throws : Enumerator_Current_UndefinedOperation_Throws)