7 references to WasExecuted
Microsoft.Build.Framework (7)
Telemetry\IWorkerNodeTelemetryData.cs (1)
28/// The reason the target was skipped. Only meaningful when <see cref="WasExecuted"/> is false.
Telemetry\TelemetryDataUtils.cs (3)
72valuePair.Value.WasExecuted, 252if (kv.Value.WasExecuted) 344if (kv.Value.WasExecuted)
Telemetry\WorkerNodeTelemetryData.cs (2)
29AddTarget(target.Key, target.Value.WasExecuted, target.Value.SkipReason); 62if (wasExecuted || existingStats.WasExecuted)
Telemetry\WorkerNodeTelemetryEventArgs.cs (1)
35writer.Write(entry.Value.WasExecuted);