10 references to IsEnabled
Microsoft.Build (5)
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (5)
137([SharedOutputPathCheck.SupportedRule.Id], SharedOutputPathCheck.SupportedRule.DefaultConfiguration.IsEnabled ?? false, Construct<SharedOutputPathCheck>), 138([DoubleWritesCheck.SupportedRule.Id], DoubleWritesCheck.SupportedRule.DefaultConfiguration.IsEnabled ?? false, Construct<DoubleWritesCheck>), 139([NoEnvironmentVariablePropertyCheck.SupportedRule.Id], NoEnvironmentVariablePropertyCheck.SupportedRule.DefaultConfiguration.IsEnabled ?? false, Construct<NoEnvironmentVariablePropertyCheck>) 194instance.SupportedRules.Any(r => r.DefaultConfiguration.IsEnabled == true)); 234if (userEditorConfigs.All(c => !(c.IsEnabled ?? checkFactoryContext.IsEnabledByDefault)))
Microsoft.Build.BuildCheck.UnitTests (5)
CheckConfiguration_Test.cs (4)
20buildConfig.IsEnabled.ShouldBeNull(); 30buildConfig.IsEnabled.ShouldBeNull(); 74buildConfig.IsEnabled.ShouldBe(expected); 97buildConfig.IsEnabled.ShouldBeNull();
ConfigurationProvider_Tests.cs (1)
119buildConfig.IsEnabled.ShouldBe(true);