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