1 write to ProcessWorkingSetMB
Microsoft.Build.Framework (1)
Telemetry\CrashTelemetry.cs (1)
457ProcessWorkingSetMB = process.WorkingSet64 / (1024 * 1024);
3 references to ProcessWorkingSetMB
Microsoft.Build.Framework (3)
Telemetry\CrashTelemetry.cs (3)
525AddIfNotNull(ProcessWorkingSetMB); 595AddIfNotNull(ProcessWorkingSetMB?.ToString(), nameof(ProcessWorkingSetMB));