9 references to IsEnabled
Microsoft.Build (7)
BuildCheck\Checks\PropertiesUsageCheck.cs (3)
52_uninitializedReadEnabled = config.IsEnabled; 58_unusedPropertyEnabled = config.IsEnabled; 64_initializedAfterUseEnabled = config.IsEnabled;
BuildCheck\Infrastructure\BuildCheckCentralContext.cs (2)
227if (!commonConfig.IsEnabled) 237if (configPerRule.All(c => !c.IsEnabled))
BuildCheck\Infrastructure\BuildEventsProcessor.cs (1)
254if (!config.IsEnabled)
BuildCheck\Infrastructure\CheckWrapper.cs (1)
94if (effectiveConfig.IsEnabled)
Microsoft.Build.BuildCheck.UnitTests (2)
CheckConfigurationEffectiveTests.cs (1)
49configuration.IsEnabled.ShouldBe(isEnabledExpected);
ConfigurationProvider_Tests.cs (1)
240internalCheck.IsEnabled.ShouldBe(expectedEnablment);