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