public PosixTerminal(ITrace trace) { PlatformUtils.EnsurePosix(); EnsureArgument.NotNull(trace, nameof(trace)); Trace = trace; }
public GpgPassCredentialStore(IFileSystem fileSystem, IGpg gpg, string storeRoot, string @namespace = null) : base(fileSystem, storeRoot, @namespace) { PlatformUtils.EnsurePosix(); EnsureArgument.NotNull(gpg, nameof(gpg)); _gpg = gpg; }
private PosixFileDescriptor() { PlatformUtils.EnsurePosix(); }
public PosixSessionManager() { PlatformUtils.EnsurePosix(); }
protected PosixSessionManager() { PlatformUtils.EnsurePosix(); }