13 references to ConsoleEnvironment
Microsoft.ML.Core (13)
Data\ProgressReporter.cs (1)
21/// The progress channel for <see cref="ConsoleEnvironment"/>.
Environment\ConsoleEnvironment.cs (12)
19internal sealed class ConsoleEnvironment : HostEnvironmentBase<ConsoleEnvironment> 26private readonly ConsoleEnvironment _parent; 39public ConsoleWriter(ConsoleEnvironment parent, TextWriter outWriter, TextWriter errWriter, TextWriter testWriter = null) 331public Channel(ConsoleEnvironment root, ChannelProviderBase parent, string shortName, 369: base(seed, verbose, nameof(ConsoleEnvironment)) 394protected override IHost RegisterCore(HostEnvironmentBase<ConsoleEnvironment> source, string shortName, string parentFullName, Random rand, bool verbose) 406Contracts.Assert(parent is ConsoleEnvironment); 414Contracts.Assert(parent is ConsoleEnvironment); 437private readonly ConsoleEnvironment _root; 441public OutputRedirector(ConsoleEnvironment env, TextWriter newOutWriter, TextWriter newErrWriter) 465public Host(HostEnvironmentBase<ConsoleEnvironment> source, string shortName, string parentFullName, Random rand, bool verbose) 487protected override IHost RegisterCore(HostEnvironmentBase<ConsoleEnvironment> source, string shortName, string parentFullName, Random rand, bool verbose)