3 writes to Stack
Microsoft.DotNet.Cli.Telemetry (3)
_generated\2\TelemetryJsonContext.ExceptionDetails.g.cs (1)
121Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionDetails)obj).Stack = value!,
Implementation\AzureMonitorLogSerializer.cs (1)
183Stack = BreezeSchema.Truncate(stack, BreezeSchema.ExceptionStackMaxLength),
Implementation\AzureMonitorTelemetrySerializer.cs (1)
206Stack = BreezeSchema.Truncate(exceptionStack, BreezeSchema.ExceptionStackMaxLength),
2 references to Stack
Microsoft.DotNet.Cli.Telemetry (2)
_generated\2\TelemetryJsonContext.ExceptionDetails.g.cs (2)
120Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionDetails)obj).Stack, 151writer.WriteString(PropName_stack, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionDetails)value).Stack);