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; 209node.Next = _end; 210node.Previous = _end.Previous; 213_end.Previous = node;