Implemented interface member:
1 override of SyncRoot
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
588
public override object
SyncRoot
4 references to SyncRoot
System.Collections.NonGeneric (3)
System\Collections\SortedList.cs (3)
580
_root = list.
SyncRoot
;
919
get { return sortedList.
SyncRoot
; }
1023
get { return sortedList.
SyncRoot
; }
System.Net.Primitives (1)
System\Net\CookieContainer.cs (1)
1104
internal object SyncRoot => m_list.
SyncRoot
;