9 references to SyncObj
System.Threading.Channels (9)
System\Threading\Channels\UnboundedPriorityChannel.cs (9)
78
lock (parent.
SyncObj
)
116
lock (parent.
SyncObj
)
133
lock (parent.
SyncObj
)
141
Debug.Assert(Monitor.IsEntered(parent.
SyncObj
));
158
lock (parent.
SyncObj
)
211
lock (parent.
SyncObj
)
253
lock (parent.
SyncObj
)
334
Debug.Assert(
SyncObj
!= null, "The sync obj must not be null.");
335
Debug.Assert(Monitor.IsEntered(
SyncObj
), "Invariants can only be validated while holding the lock.");