2 writes to TotalMemoryBytes
Microsoft.Build.Framework (2)
Telemetry\TaskExecutionStats.cs (1)
64TotalMemoryBytes += other.TotalMemoryBytes;
Telemetry\WorkerNodeTelemetryData.cs (1)
42taskExecutionStats.TotalMemoryBytes += totalMemoryConsumption;
9 references to TotalMemoryBytes
Microsoft.Build.Framework (9)
Telemetry\TaskExecutionStats.cs (4)
64TotalMemoryBytes += other.TotalMemoryBytes; 82TotalMemoryBytes == other.TotalMemoryBytes && 93hashCode = (hashCode * 397) ^ TotalMemoryBytes.GetHashCode();
Telemetry\TelemetryDataUtils.cs (3)
103valuePair.Value.TotalMemoryBytes, 216total.TotalMemoryBytes) 223fromNuget.TotalMemoryBytes)
Telemetry\WorkerNodeTelemetryData.cs (1)
21AddTask(task.Key, task.Value.CumulativeExecutionTime, task.Value.ExecutionsCount, task.Value.TotalMemoryBytes, task.Value.TaskFactoryName, task.Value.TaskHostRuntime);
Telemetry\WorkerNodeTelemetryEventArgs.cs (1)
29writer.Write(entry.Value.TotalMemoryBytes);