2 writes to IsFromNugetCache
Microsoft.Build.Framework (2)
Telemetry\TaskOrTargetTelemetryKey.cs (2)
14
IsFromNugetCache
= isFromNugetCache;
22
IsFromNugetCache
= isFromNugetCache;
11 references to IsFromNugetCache
Microsoft.Build (4)
TelemetryInfra\TelemetryDataUtils.cs (4)
94
writer.WriteBoolean("IsFromNuget", valuePair.Key.
IsFromNugetCache
);
135
writer.WriteBoolean("IsFromNuget", valuePair.Key.
IsFromNugetCache
);
166
if (kkey.
IsFromNugetCache
)
253
if (kkey.
IsFromNugetCache
)
Microsoft.Build.Engine.UnitTests (2)
TelemetryTests.cs (2)
85
workerNodeTelemetryData.TasksExecutionData.Keys.ShouldAllBe(k => !k.IsCustom && !k.
IsFromNugetCache
);
169
workerNodeTelemetryData.TasksExecutionData.Keys.ShouldAllBe(k => !k.
IsFromNugetCache
);
Microsoft.Build.Framework (5)
Telemetry\TaskOrTargetTelemetryKey.cs (4)
49
IsFromNugetCache
== other.
IsFromNugetCache
&&
59
hashCode = (hashCode * 397) ^
IsFromNugetCache
.GetHashCode();
65
public override string ToString() => $"{Name},Custom:{IsCustom},IsFromNugetCache:{
IsFromNugetCache
},IsFromMetaProject:{IsFromMetaProject}";
Telemetry\WorkerNodeTelemetryEventArgs.cs (1)
65
writer.Write(key.
IsFromNugetCache
);