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