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