Esempio n. 1
0
            public Watcher(MountFileSystem fileSystem, UPath mountPath, UPath path, IFileSystemWatcher watcher)
                : base(fileSystem, path, watcher)
            {
                _mountPath = mountPath;

                MountFileSystem = watcher.FileSystem;
            }
Esempio n. 2
0
 public AggregateWatcher(MountFileSystem fileSystem, UPath path)
     : base(fileSystem, path)
 {
     _fileSystem = fileSystem;
 }
Esempio n. 3
0
 public DebuggerProxy(MountFileSystem fs)
 {
     _fs = fs;
 }