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