Changeset 1770 for branches/eraser6/CodeReview/Eraser.Util/VolumeInfo.cs
- Timestamp:
- 2/8/2010 7:41:24 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/CodeReview/Eraser.Util/VolumeInfo.cs
r1745 r1770 716 716 } 717 717 718 public class VolumeLock : IDisposable718 public sealed class VolumeLock : IDisposable 719 719 { 720 720 internal VolumeLock(FileStream stream) … … 745 745 746 746 [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "disposing")] 747 void Dispose(bool disposing)747 private void Dispose(bool disposing) 748 748 { 749 749 //Flush the contents of the buffer to disk since after we unlock the volume
Note: See TracChangeset
for help on using the changeset viewer.
