3 writes to _isDisposed
System.Formats.Tar (3)
System\Formats\Tar\TarWriter.cs (3)
79
_isDisposed
= false;
96
_isDisposed
= true;
117
_isDisposed
= true;
5 references to _isDisposed
System.Formats.Tar (5)
System\Formats\Tar\TarWriter.cs (5)
94
if (!
_isDisposed
)
115
if (!
_isDisposed
)
237
ObjectDisposedException.ThrowIf(
_isDisposed
, this);
286
ObjectDisposedException.ThrowIf(
_isDisposed
, this);
385
ObjectDisposedException.ThrowIf(
_isDisposed
, this);