1 instantiation of PathListComparer
System (1)
net\System\Net\cookiecontainer.cs (1)
961
internal static readonly PathListComparer StaticInstance = new
PathListComparer
();
2 references to PathListComparer
System (2)
net\System\Net\cookiecontainer.cs (2)
911
SortedList m_list = (SortedList.Synchronized(new SortedList(
PathListComparer
.StaticInstance)));
961
internal static readonly
PathListComparer
StaticInstance = new PathListComparer();