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