3 writes to HasFullStack
Microsoft.DotNet.Cli.Telemetry (3)
_generated\2\TelemetryJsonContext.ExceptionDetails.g.cs (1)
101Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionDetails)obj).HasFullStack = value!,
Implementation\AzureMonitorLogSerializer.cs (1)
182HasFullStack = hasFullStack,
Implementation\AzureMonitorTelemetrySerializer.cs (1)
205HasFullStack = hasFullStack,
2 references to HasFullStack
Microsoft.DotNet.Cli.Telemetry (2)
_generated\2\TelemetryJsonContext.ExceptionDetails.g.cs (2)
100Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionDetails)obj).HasFullStack, 150writer.WriteBoolean(PropName_hasFullStack, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionDetails)value).HasFullStack);