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