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