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

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