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