4 references to GetCount
System.Linq.AsyncEnumerable (4)
System\Linq\Append.cs (2)
179Debug.Assert((prepended?.GetCount() ?? 0) == prependCount); 180Debug.Assert((appended?.GetCount() ?? 0) == appendCount);
System\Linq\SingleLinkedNode.cs (2)
74Debug.Assert(index >= 0 && index < GetCount()); 92Debug.Assert(count == GetCount());