11 instantiations of ReadLock
System.ComponentModel.Composition (11)
System\ComponentModel\Composition\Hosting\ComposablePartCatalogCollection.cs (6)
91
using (new
ReadLock
(_lock))
132
using (new
ReadLock
(_lock))
142
using (new
ReadLock
(_lock))
154
using (new
ReadLock
(_lock))
177
using (new
ReadLock
(_lock))
224
using (new
ReadLock
(_lock))
System\ComponentModel\Composition\Hosting\CompositionLock.cs (1)
96
return new
ReadLock
(_stateLock!);
System\ComponentModel\Composition\Hosting\DirectoryCatalog.cs (3)
409
using (new
ReadLock
(_thisLock))
586
using (new
ReadLock
(_thisLock))
712
using (new
ReadLock
(_thisLock))
System\ComponentModel\Composition\MetadataViewGenerator.cs (1)
103
using (new
ReadLock
(_lock))