3 writes to _isDisposed
System.Formats.Tar (3)
System\Formats\Tar\TarWriter.cs (3)
102
_isDisposed
= false;
119
_isDisposed
= true;
140
_isDisposed
= true;
5 references to _isDisposed
System.Formats.Tar (5)
System\Formats\Tar\TarWriter.cs (5)
117
if (!
_isDisposed
)
138
if (!
_isDisposed
)
260
ObjectDisposedException.ThrowIf(
_isDisposed
, this);
309
ObjectDisposedException.ThrowIf(
_isDisposed
, this);
408
ObjectDisposedException.ThrowIf(
_isDisposed
, this);