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