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