4 writes to Next
PresentationCore (4)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\SizeLimitedCache.cs (4)
46
_begin.
Next
= _end;
209
node.
Next
= _end;
212
node.Previous.
Next
= node;
224
node.Previous.
Next
= node.Next;
3 references to Next
PresentationCore (3)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\SizeLimitedCache.cs (3)
194
Node node = _begin.
Next
;
224
node.Previous.Next = node.
Next
;
225
node.
Next
.Previous = node.Previous;