1 write to IsThrottled
Microsoft.Build (1)
BuildCheck\Infrastructure\CheckWrapper.cs (1)
169
IsThrottled
= true;
3 references to IsThrottled
Microsoft.Build (3)
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (1)
384
var throttledChecks = _checkRegistry.Where(c => c.MaterializedCheck?.
IsThrottled
?? false).ToList();
BuildCheck\Infrastructure\CheckWrapper.cs (2)
147
if (
IsThrottled
)
155
if (!
IsThrottled
)