2 writes to TotalMemoryBytes
Microsoft.Build.Framework (2)
Telemetry\TaskExecutionStats.cs (1)
46this.TotalMemoryBytes += other.TotalMemoryBytes;
Telemetry\WorkerNodeTelemetryData.cs (1)
42taskExecutionStats.TotalMemoryBytes += totalMemoryConsumption;
6 references to TotalMemoryBytes
Microsoft.Build.Framework (6)
Telemetry\TaskExecutionStats.cs (4)
46this.TotalMemoryBytes += other.TotalMemoryBytes; 62TotalMemoryBytes == other.TotalMemoryBytes && 71hashCode = (hashCode * 397) ^ TotalMemoryBytes.GetHashCode();
Telemetry\WorkerNodeTelemetryData.cs (1)
21AddTask(task.Key, task.Value.CumulativeExecutionTime, task.Value.ExecutionsCount, task.Value.TotalMemoryBytes);
Telemetry\WorkerNodeTelemetryEventArgs.cs (1)
29writer.Write(entry.Value.TotalMemoryBytes);