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; 238node.Next = _end; 239node.Previous = _end.Previous; 241_end.Previous = node;