4 writes to _locked
mscorlib (4)
system\runtime\remoting\synchronizeddispatch.cs (4)
81
public virtual bool Locked {get { return _locked;} set {
_locked
=value; } }
353
_locked
= false;
415
_locked
= true;
431
_locked
= true;
9 references to _locked
mscorlib (9)
system\runtime\remoting\synchronizeddispatch.cs (9)
81
public virtual bool Locked {get { return
_locked
;} set { _locked=value; } }
284
Contract.Assert(
_locked
==true,"_locked==true");
308
Contract.Assert(
_locked
==true,"_locked==true");
335
Contract.Assert(
_locked
==true,"_locked==true");
410
if ( (!
_locked
) && (_workItemQueue.Count == 1) )
429
if ((!
_locked
) && (_workItemQueue.Count == 0))
452
Contract.Assert(
_locked
==true,"_locked==true");
482
Contract.Assert(
_locked
==true,"_locked==true");
498
Contract.Assert(
_locked
==true,"_locked==true");