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