9 references to Enumerator_Current_UndefinedOperation_Throws
Microsoft.CodeAnalysis.UnitTests (9)
Collections\List\IEnumerable.Generic.Tests.cs (7)
83/// <see cref="Enumerator_Current_UndefinedOperation_Throws"/>. 85protected virtual bool Enumerator_Empty_Current_UndefinedOperation_Throws => Enumerator_Current_UndefinedOperation_Throws; 184if (Enumerator_Current_UndefinedOperation_Throws) 282if (Enumerator_Current_UndefinedOperation_Throws) 622if (count == 0 ? Enumerator_Empty_Current_UndefinedOperation_Throws : Enumerator_Current_UndefinedOperation_Throws) 638if (count == 0 ? Enumerator_Empty_Current_UndefinedOperation_Throws : Enumerator_Current_UndefinedOperation_Throws) 657if (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)