5 references to PreviousN
System.Linq (5)
System\Linq\Concat.cs (1)
188
while ((previousN = node.
PreviousN
) is not null);
System\Linq\Concat.SpeedOpt.cs (4)
185
while ((previousN = node.
PreviousN
) is not null);
257
while ((previousN = node.
PreviousN
) is not null);
344
while ((previousN = node.
PreviousN
) is not null);
361
while ((previousN = node.
PreviousN
) is not null);