Implemented interface member:
1 override of SyncRoot
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
588
public override object
SyncRoot
3 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
; }