1 instantiation of SinglyLinkedList
System.Windows.Forms.Primitives (1)
System\Windows\Forms\RefCountedCache.cs (1)
24private readonly SinglyLinkedList<CacheEntry> _list = new();
3 references to SinglyLinkedList
System.Windows.Forms.Primitives (3)
System\Windows\Forms\RefCountedCache.cs (1)
24private readonly SinglyLinkedList<CacheEntry> _list = new();
System\Windows\Forms\SinglyLinkedList.cs (2)
71public struct Enumerator(SinglyLinkedList<T> list) 73private readonly SinglyLinkedList<T> _list = list;