5 references to GetCount
System.Linq (5)
System\Linq\AppendPrepend.cs (2)
182Debug.Assert((prepended?.GetCount() ?? 0) == prependCount); 183Debug.Assert((appended?.GetCount() ?? 0) == appendCount);
System\Linq\SingleLinkedNode.cs (2)
74Debug.Assert(index >= 0 && index < GetCount()); 92Debug.Assert(count == GetCount());
System\Linq\Union.cs (1)
259Debug.Assert(sources?.GetCount() == headIndex + 1);