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