1 write to _end
PresentationCore (1)
Shared\MS\Internal\SizeLimitedCache.cs (1)
51
_end
= new Node(default(K), default(V), false);
5 references to _end
PresentationCore (5)
Shared\MS\Internal\SizeLimitedCache.cs (5)
52
_begin.Next =
_end
;
53
_end
.Previous = _begin;
238
node.Next =
_end
;
239
node.Previous =
_end
.Previous;
241
_end
.Previous = node;