1 instantiation of ConsoleIO
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\ConsoleIO.cs (1)
15public static readonly ConsoleIO Default = new ConsoleIO(Console.Out, Console.Error, Console.In);
3 references to ConsoleIO
Microsoft.CodeAnalysis.Scripting (3)
Hosting\CommandLine\CommandLineRunner.cs (2)
30ConsoleIO console, 49internal ConsoleIO Console { get; }
Hosting\CommandLine\ConsoleIO.cs (1)
15public static readonly ConsoleIO Default = new ConsoleIO(Console.Out, Console.Error, Console.In);