6 references to _thisLock
System.ComponentModel.Composition (6)
System\ComponentModel\Composition\Hosting\DirectoryCatalog.cs (6)
409
using (new ReadLock(
_thisLock
))
468
using (new WriteLock(
_thisLock
))
486
_thisLock
.Dispose();
586
using (new ReadLock(
_thisLock
))
615
using (new WriteLock(
_thisLock
))
712
using (new ReadLock(
_thisLock
))