7 references to new
System.Windows.Forms.Primitives (1)
System\Windows\Forms\RefCountedCache.cs (1)
24
private readonly SinglyLinkedList<CacheEntry> _list =
new
();
System.Windows.Forms.Primitives.Tests (6)
System\Windows\Forms\SinglyLinkedListTests.cs (6)
11
SinglyLinkedList<int> list =
new
();
39
SinglyLinkedList<int> list =
new
();
67
SinglyLinkedList<int> list =
new
();
106
SinglyLinkedList<int> list =
new
();
119
SinglyLinkedList<int> list =
new
();
153
SinglyLinkedList<int> list =
new
();