1 write to _end
PresentationCore (1)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\SizeLimitedCache.cs (1)
45
_end
= new Node(default(K), default(V), false);
5 references to _end
PresentationCore (5)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\SizeLimitedCache.cs (5)
47
_begin.Next =
_end
;
48
_end
.Previous = _begin;
210
node.Next =
_end
;
211
node.Previous =
_end
.Previous;
214
_end
.Previous = node;