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