2 writes to Message
dotnet (2)
_generated\23\RunFileApiJsonSerializerContext.Error.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiOutput.Error(){ Message = (string)args[0], Details = (string)args[1] },
Commands\Run\Api\RunApiCommand.cs (1)
39Respond(new RunApiOutput.Error { Message = ex.Message, Details = ex.ToString() });
2 references to Message
dotnet (2)
_generated\23\RunFileApiJsonSerializerContext.Error.g.cs (2)
58Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiOutput.Error)obj).Message, 134writer.WriteString(PropName_Message, ((global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiOutput.Error)value).Message);