public override string GetNamedPipeName(string enlistmentRoot)
 {
     return(LinuxPlatform.GetNamedPipeNameImplementation(enlistmentRoot));
 }
 public override string GetDataRootForGVFSComponent(string componentName)
 {
     return(LinuxPlatform.GetDataRootForGVFSComponentImplementation(componentName));
 }
 public override bool TryGetGVFSEnlistmentRoot(string directory, out string enlistmentRoot, out string errorMessage)
 {
     return(LinuxPlatform.TryGetGVFSEnlistmentRootImplementation(directory, out enlistmentRoot, out errorMessage));
 }
 public override string GetDataRootForGVFS()
 {
     return(LinuxPlatform.GetDataRootForGVFSImplementation());
 }