2 instantiations of ReaderWriterLock
PresentationFramework (1)
System\Windows\Markup\XamlStream.cs (1)
57_bufferLock = new ReaderWriterLock();
System.Configuration.ConfigurationManager (1)
System\Configuration\Internal\InternalConfigRoot.cs (1)
46_hierarchyLock = new ReaderWriterLock();
6 references to ReaderWriterLock
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
1146[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ReaderWriterLock))]
netstandard (1)
netstandard.cs (1)
2096[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ReaderWriterLock))]
PresentationFramework (1)
System\Windows\Markup\XamlStream.cs (1)
553ReaderWriterLock _bufferLock;
System.Configuration.ConfigurationManager (1)
System\Configuration\Internal\InternalConfigRoot.cs (1)
18private ReaderWriterLock _hierarchyLock;
System.Threading (2)
System\Threading\LockCookie.cs (1)
9/// Stores the lock state of a <see cref="ReaderWriterLock"/> before its lock state is changed, such that the lock state may
System\Threading\ReaderWriterLock.cs (1)
1197/// Stores thread-local lock info and manages the association of this info with each <see cref="ReaderWriterLock"/>