4 references to PreviousN
System.Linq (4)
System\Linq\Concat.cs (1)
188
while ((previousN = node.
PreviousN
) is not null);
System\Linq\Concat.SpeedOpt.cs (3)
181
while ((previousN = node.
PreviousN
) is not null);
253
while ((previousN = node.
PreviousN
) is not null);
340
while ((previousN = node.
PreviousN
) is not null);