5 references to Prefix
Microsoft.DotNet.Cli.Utils (5)
CommandLoggingContext.cs (5)
14public static readonly string Verbose = Prefix + "VERBOSE"; 15public static readonly string VerboseToStdErr = Prefix + "VERBOSE_TO_STDERR"; 16internal static readonly string Output = Prefix + "OUTPUT"; 17internal static readonly string Error = Prefix + "ERROR"; 18internal static readonly string AnsiPassThru = Prefix + "ANSI_PASS_THRU";