2 references to LinkedListEmpty
System.Collections (2)
System\Collections\Generic\LinkedList.cs (2)
314if (head == null) { throw new InvalidOperationException(SR.LinkedListEmpty); } 320if (head == null) { throw new InvalidOperationException(SR.LinkedListEmpty); }