2 writes to DefaultConfiguration
Microsoft.Build (2)
BuildCheck\API\CheckRule.cs (2)
34DefaultConfiguration = defaultConfiguration; 57DefaultConfiguration = defaultConfiguration;
5 references to DefaultConfiguration
Microsoft.Build (5)
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (2)
148new BuiltInCheckFactory([SharedOutputPathCheck.SupportedRule.Id], SharedOutputPathCheck.SupportedRule.DefaultConfiguration.IsEnabled ?? false, Construct<SharedOutputPathCheck>), 206instance.SupportedRules.Any(r => r.DefaultConfiguration.IsEnabled == true));
BuildCheck\Infrastructure\CheckWrapper.cs (1)
60defaultSeverity: (checkRule.DefaultConfiguration.Severity ??
BuildCheck\Infrastructure\ConfigurationProvider.cs (2)
135check.SupportedRules[idx].DefaultConfiguration, 258=> GetMergedConfiguration(projectFullPath, checkRule.Id, checkRule.DefaultConfiguration);