2 writes to IsThrottled
Microsoft.Build.Framework (2)
BuildCheck\BuildCheckRuleTelemetryData.cs (2)
42
IsThrottled
= isThrottled;
88
public void SetThrottled() =>
IsThrottled
= true;
4 references to IsThrottled
Microsoft.Build.Framework (4)
BuildCheck\BuildCheckEventArgs.cs (1)
71
writer.Write(data.
IsThrottled
);
BuildCheck\BuildCheckRuleTelemetryData.cs (2)
64
data1.
IsThrottled
|| data2.
IsThrottled
,
Telemetry\BuildCheckTelemetry.cs (1)
84
properties["IsThrottled"] = buildCheckRuleTelemetryData.
IsThrottled
.ToString(CultureInfo.InvariantCulture);