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)
91if (!_isDisposed) 112if (!_isDisposed) 222ObjectDisposedException.ThrowIf(_isDisposed, this); 271ObjectDisposedException.ThrowIf(_isDisposed, this); 370ObjectDisposedException.ThrowIf(_isDisposed, this);