6 references to SyncObj
System.Threading.Channels (6)
System\Threading\Channels\UnboundedChannel.cs (6)
78
lock (parent.
SyncObj
)
154
lock (parent.
SyncObj
)
206
lock (parent.
SyncObj
)
248
lock (parent.
SyncObj
)
329
Debug.Assert(
SyncObj
!= null, "The sync obj must not be null.");
330
Debug.Assert(Monitor.IsEntered(
SyncObj
), "Invariants can only be validated while holding the lock.");