3 writes to Exceptions
Microsoft.DotNet.Cli.Telemetry (3)
_generated\1\TelemetryJsonContext.ExceptionData.g.cs (1)
81Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData)obj).Exceptions = value!,
Implementation\AzureMonitorLogSerializer.cs (1)
176Exceptions =
Implementation\AzureMonitorTelemetrySerializer.cs (1)
199Exceptions =
3 references to Exceptions
Microsoft.DotNet.Cli.Telemetry (3)
_generated\1\TelemetryJsonContext.ExceptionData.g.cs (2)
80Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData)obj).Exceptions, 154ListExceptionDetailsSerializeHandler(writer, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData)value).Exceptions);
Implementation\BreezeEnvelope.cs (1)
157/// <summary>A single exception entry inside <see cref="ExceptionData.Exceptions"/>.</summary>