4 writes to Next
PresentationCore (4)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\SizeLimitedCache.cs (4)
47
_begin.
Next
= _end;
210
node.
Next
= _end;
213
node.Previous.
Next
= node;
225
node.Previous.
Next
= node.Next;
3 references to Next
PresentationCore (3)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\SizeLimitedCache.cs (3)
195
Node node = _begin.
Next
;
225
node.Previous.Next = node.
Next
;
226
node.
Next
.Previous = node.Previous;