2 references to 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)