1 write to _checkRegistry
Microsoft.Build (1)
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (1)
75
_checkRegistry
= new List<CheckFactoryContext>();
8 references to _checkRegistry
Microsoft.Build (8)
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (8)
169
_checkRegistry
.AddRange(
175
_checkRegistry
.AddRange(
210
_checkRegistry
.Add(checkFactoryContext);
321
foreach (CheckFactoryContext checkFactoryContext in
_checkRegistry
)
360
var checkFactory =
_checkRegistry
.Find(c => c.MaterializedCheck == check);
369
foreach (var throttledCheck in
_checkRegistry
.FindAll(c => c.MaterializedCheck?.IsThrottled ?? false))
378
_checkRegistry
.Remove(checkToRemove);
477
foreach (CheckFactoryContext checkFactoryContext in
_checkRegistry
)