3 writes to Message
Microsoft.DotNet.Cli.Telemetry (3)
_generated\2\TelemetryJsonContext.ExceptionDetails.g.cs (1)
81Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionDetails)obj).Message = value!,
Implementation\AzureMonitorLogSerializer.cs (1)
181Message = BreezeSchema.Truncate(exception.Message, BreezeSchema.ExceptionMessageMaxLength),
Implementation\AzureMonitorTelemetrySerializer.cs (1)
204Message = BreezeSchema.Truncate(exceptionMessage, BreezeSchema.ExceptionMessageMaxLength),
2 references to Message
Microsoft.DotNet.Cli.Telemetry (2)
_generated\2\TelemetryJsonContext.ExceptionDetails.g.cs (2)
80Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionDetails)obj).Message, 149writer.WriteString(PropName_message, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionDetails)value).Message);