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)
117if (!_isDisposed) 138if (!_isDisposed) 260ObjectDisposedException.ThrowIf(_isDisposed, this); 309ObjectDisposedException.ThrowIf(_isDisposed, this); 408ObjectDisposedException.ThrowIf(_isDisposed, this);