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)
130if (!_isDisposed) 246ObjectDisposedException.ThrowIf(_isDisposed, this); 298ObjectDisposedException.ThrowIf(_isDisposed, this); 355ObjectDisposedException.ThrowIf(_isDisposed, this);