private void Dispose(bool disposing) { if (disposing) { if (LargeObject != null) { LargeObject.Dispose(); } } Encoding = null; LargeObject = null; }