3 writes to TypeName
Microsoft.DotNet.Cli.Telemetry (3)
_generated\2\TelemetryJsonContext.ExceptionDetails.g.cs (1)
61Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionDetails)obj).TypeName = value!,
Implementation\AzureMonitorLogSerializer.cs (1)
180TypeName = BreezeSchema.Truncate(exception.GetType().FullName, BreezeSchema.ExceptionTypeNameMaxLength),
Implementation\AzureMonitorTelemetrySerializer.cs (1)
203TypeName = BreezeSchema.Truncate(exceptionType, BreezeSchema.ExceptionTypeNameMaxLength),
2 references to TypeName
Microsoft.DotNet.Cli.Telemetry (2)
_generated\2\TelemetryJsonContext.ExceptionDetails.g.cs (2)
60Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionDetails)obj).TypeName, 148writer.WriteString(PropName_typeName, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionDetails)value).TypeName);