3 writes to _isDisposed
System.Formats.Tar (3)
System\Formats\Tar\TarWriter.cs (3)
76
_isDisposed
= false;
93
_isDisposed
= true;
114
_isDisposed
= true;
5 references to _isDisposed
System.Formats.Tar (5)
System\Formats\Tar\TarWriter.cs (5)
91
if (!
_isDisposed
)
112
if (!
_isDisposed
)
222
ObjectDisposedException.ThrowIf(
_isDisposed
, this);
271
ObjectDisposedException.ThrowIf(
_isDisposed
, this);
370
ObjectDisposedException.ThrowIf(
_isDisposed
, this);