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
)
254
lock (parent.
SyncObj
)
320
lock (state.Key.
SyncObj
)
344
Debug.Assert(
SyncObj
is not null, "The sync obj must not be null.");
345
Debug.Assert(Monitor.IsEntered(
SyncObj
), "Invariants can only be validated while holding the lock.");