7 references to SyncObj
System.Threading.Channels (7)
System\Threading\Channels\UnboundedChannel.cs (7)
83
lock (parent.
SyncObj
)
150
lock (parent.
SyncObj
)
196
lock (parent.
SyncObj
)
244
lock (parent.
SyncObj
)
310
lock (state.Key.
SyncObj
)
334
Debug.Assert(
SyncObj
is not null, "The sync obj must not be null.");
335
Debug.Assert(Monitor.IsEntered(
SyncObj
), "Invariants can only be validated while holding the lock.");