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