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