6 references to s_channelLock
mscorlib (6)
system\runtime\remoting\channelservices.cs (6)
130
Monitor.Enter(
s_channelLock
, ref fLocked);
220
Monitor.Exit(
s_channelLock
);
238
Monitor.Enter(
s_channelLock
, ref fLocked);
290
Monitor.Exit(
s_channelLock
);
550
Monitor.Enter(
s_channelLock
, ref fLocked);
557
Monitor.Exit(
s_channelLock
);