2 writes to CommonConfig
Microsoft.Build (2)
BuildCheck\Infrastructure\CheckWrapper.cs (2)
107
CommonConfig
= effectiveConfigs[0];
118
CommonConfig
= null;
3 references to CommonConfig
Microsoft.Build (3)
BuildCheck\Infrastructure\BuildCheckCentralContext.cs (1)
198
CheckConfigurationEffective? commonConfig = checkCallback.Item1.
CommonConfig
;
BuildCheck\Infrastructure\CheckWrapper.cs (2)
116
if (
CommonConfig
== null || !effectiveConfigs.All(t => t.IsSameConfigurationAs(
CommonConfig
)))