1 write to Type
aspire (1)
BackchannelJsonSerializerContext.CommandOutput.g.cs (1)
30ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Backchannel.CommandOutput(){ Text = (string)args[0], IsErrorMessage = (bool)args[1], LineNumber = (int?)args[2], Type = (string)args[3], ExitCode = (int?)args[4] },
3 references to Type
aspire (3)
BackchannelJsonSerializerContext.CommandOutput.g.cs (2)
113Getter = static obj => ((global::Aspire.Cli.Backchannel.CommandOutput)obj).Type, 163writer.WriteString(PropName_Type, ((global::Aspire.Cli.Backchannel.CommandOutput)value).Type);
Commands\ExecCommand.cs (1)
219InteractionService.WriteConsoleLog(output.Text, output.LineNumber, output.Type, output.IsErrorMessage);