internal ReplicaFileDeleteTask(FsDatasetAsyncDiskService _enclosing, FsVolumeReference
                                volumeRef, FilePath blockFile, FilePath metaFile, ExtendedBlock block, string trashDirectory
                                )
 {
     this._enclosing     = _enclosing;
     this.volumeRef      = volumeRef;
     this.volume         = (FsVolumeImpl)volumeRef.GetVolume();
     this.blockFile      = blockFile;
     this.metaFile       = metaFile;
     this.block          = block;
     this.trashDirectory = trashDirectory;
 }
 public _ThreadFactory_93(FsDatasetAsyncDiskService _enclosing, FilePath volume)
 {
     this._enclosing = _enclosing;
     this.volume     = volume;
     this.counter    = 0;
 }