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