Implemented interface member:
1 override of SyncRoot
System.Collections.NonGeneric (1)
System\Collections\Queue.cs (1)
316
public override object
SyncRoot
5 references to SyncRoot
Microsoft.Build.Utilities.Core (2)
ToolTask.cs (2)
1113
lock (dataQueue.
SyncRoot
)
1235
lock (dataQueue.
SyncRoot
)
Microsoft.Maui.Resizetizer (2)
AsyncTask.cs (2)
236
lock (queue.
SyncRoot
)
249
lock (queue.
SyncRoot
)
System.Collections.NonGeneric (1)
System\Collections\Queue.cs (1)
308
_root = _q.
SyncRoot
;