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