4 instantiations of ReadWriteLock
System.ComponentModel.Composition (4)
System\ComponentModel\Composition\Hosting\ComposablePartCatalogCollection.cs (1)
22private readonly ReadWriteLock _lock = new ReadWriteLock();
System\ComponentModel\Composition\Hosting\CompositionLock.cs (1)
39_stateLock = new ReadWriteLock();
System\ComponentModel\Composition\Hosting\DirectoryCatalog.cs (1)
31private readonly ReadWriteLock _thisLock = new ReadWriteLock();
System\ComponentModel\Composition\MetadataViewGenerator.cs (1)
68private static readonly ReadWriteLock _lock = new ReadWriteLock();
8 references to ReadWriteLock
System.ComponentModel.Composition (8)
Microsoft\Internal\Lock.Reader.cs (2)
11private readonly ReadWriteLock _lock; 14public ReadLock(ReadWriteLock @lock)
Microsoft\Internal\Lock.Writer.cs (2)
11private readonly ReadWriteLock _lock; 14public WriteLock(ReadWriteLock @lock)
System\ComponentModel\Composition\Hosting\ComposablePartCatalogCollection.cs (1)
22private readonly ReadWriteLock _lock = new ReadWriteLock();
System\ComponentModel\Composition\Hosting\CompositionLock.cs (1)
25private readonly ReadWriteLock? _stateLock;
System\ComponentModel\Composition\Hosting\DirectoryCatalog.cs (1)
31private readonly ReadWriteLock _thisLock = new ReadWriteLock();
System\ComponentModel\Composition\MetadataViewGenerator.cs (1)
68private static readonly ReadWriteLock _lock = new ReadWriteLock();