2 writes to IsCustom
Microsoft.Build.Framework (2)
Telemetry\TaskOrTargetTelemetryKey.cs (2)
26
IsCustom
= isCustom;
40
IsCustom
= isCustom;
5 references to IsCustom
Microsoft.Build.Framework (5)
Telemetry\TaskOrTargetTelemetryKey.cs (4)
95
IsCustom
== other.
IsCustom
&&
105
hashCode = (hashCode * 397) ^
IsCustom
.GetHashCode();
112
public override string ToString() => $"{Name},Custom:{
IsCustom
},IsFromNugetCache:{IsNuget},IsFromMetaProject:{IsMetaProj}";
Telemetry\WorkerNodeTelemetryEventArgs.cs (1)
66
writer.Write(key.
IsCustom
);