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