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
"/>.
85
protected virtual bool Enumerator_Empty_Current_UndefinedOperation_Throws =>
Enumerator_Current_UndefinedOperation_Throws
;
184
if (
Enumerator_Current_UndefinedOperation_Throws
)
282
if (
Enumerator_Current_UndefinedOperation_Throws
)
622
if (count == 0 ? Enumerator_Empty_Current_UndefinedOperation_Throws :
Enumerator_Current_UndefinedOperation_Throws
)
638
if (count == 0 ? Enumerator_Empty_Current_UndefinedOperation_Throws :
Enumerator_Current_UndefinedOperation_Throws
)
657
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
)