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)
174
_checkRegistry
.AddRange(
180
_checkRegistry
.AddRange(
215
_checkRegistry
.Add(checkFactoryContext);
326
foreach (CheckFactoryContext checkFactoryContext in
_checkRegistry
)
365
var checkFactory =
_checkRegistry
.Find(c => c.MaterializedCheck == check);
374
foreach (var throttledCheck in
_checkRegistry
.FindAll(c => c.MaterializedCheck?.IsThrottled ?? false))
383
_checkRegistry
.Remove(checkToRemove);
480
foreach (CheckFactoryContext checkFactoryContext in
_checkRegistry
)