1 write to _fDisposed
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\ReaderWriterLockSlim.cs (1)
1284
_fDisposed
= true;
4 references to _fDisposed
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\ReaderWriterLockSlim.cs (4)
297
ObjectDisposedException.ThrowIf(
_fDisposed
, this);
443
ObjectDisposedException.ThrowIf(
_fDisposed
, this);
650
ObjectDisposedException.ThrowIf(
_fDisposed
, this);
1252
if (disposing && !
_fDisposed
)