1 write to _end
PresentationCore (1)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\SizeLimitedCache.cs (1)
44
_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)
46
_begin.Next =
_end
;
47
_end
.Previous = _begin;
209
node.Next =
_end
;
210
node.Previous =
_end
.Previous;
213
_end
.Previous = node;