2 instantiations of SanitizedException
Microsoft.Build.Framework (2)
Telemetry\CrashTelemetryRecorder.cs (2)
157
var sanitizedException = new
SanitizedException
(crashTelemetry.Exception!);
192
original.InnerException is not null ? new
SanitizedException
(original.InnerException) : null)
1 reference to SanitizedException
Microsoft.Build.Framework (1)
Telemetry\CrashTelemetryRecorder.cs (1)
157
var
sanitizedException = new SanitizedException(crashTelemetry.Exception!);