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)
94if (!_isDisposed) 115if (!_isDisposed) 237ObjectDisposedException.ThrowIf(_isDisposed, this); 286ObjectDisposedException.ThrowIf(_isDisposed, this); 385ObjectDisposedException.ThrowIf(_isDisposed, this);