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