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