13 references to SyncObj
System.Threading.Channels (13)
System\Threading\Channels\RendezvousChannel.cs (13)
87lock (parent.SyncObj) 114lock (parent.SyncObj) 142lock (parent.SyncObj) 195lock (parent.SyncObj) 227lock (_parent.SyncObj) 260lock (parent.SyncObj) 309lock (parent.SyncObj) 344lock (parent.SyncObj) 384lock (parent.SyncObj) 435lock (_parent.SyncObj) 457lock (state.Key.SyncObj) 492Debug.Assert(SyncObj is not null, "The sync obj must not be null."); 493Debug.Assert(Monitor.IsEntered(SyncObj), "Invariants can only be validated while holding the lock.");