1 instantiation of PathListComparer
System.Net.Primitives (1)
System\Net\CookieContainer.cs (1)
1110internal static readonly PathListComparer StaticInstance = new PathListComparer();
2 references to PathListComparer
System.Net.Primitives (2)
System\Net\CookieContainer.cs (2)
1040private readonly SortedList m_list = SortedList.Synchronized(new SortedList(PathListComparer.StaticInstance)); // Do not rename (binary serialization) 1110internal static readonly PathListComparer StaticInstance = new PathListComparer();