2 writes to _isDisposed
System.Formats.Tar (2)
System\Formats\Tar\TarWriter.cs (2)
102
_isDisposed
= false;
132
_isDisposed
= true;
4 references to _isDisposed
System.Formats.Tar (4)
System\Formats\Tar\TarWriter.cs (4)
130
if (!
_isDisposed
)
246
ObjectDisposedException.ThrowIf(
_isDisposed
, this);
298
ObjectDisposedException.ThrowIf(
_isDisposed
, this);
355
ObjectDisposedException.ThrowIf(
_isDisposed
, this);