9 references to IsEnabled
Microsoft.Build (7)
BuildCheck\Checks\PropertiesUsageCheck.cs (3)
54_uninitializedReadEnabled = config.IsEnabled; 60_unusedPropertyEnabled = config.IsEnabled; 66_initializedAfterUseEnabled = config.IsEnabled;
BuildCheck\Infrastructure\BuildCheckCentralContext.cs (2)
203if (!commonConfig.IsEnabled) 213if (configPerRule.All(c => !c.IsEnabled))
BuildCheck\Infrastructure\BuildEventsProcessor.cs (1)
250if (!config.IsEnabled)
BuildCheck\Infrastructure\CheckWrapper.cs (1)
96if (effectiveConfig.IsEnabled)
Microsoft.Build.BuildCheck.UnitTests (2)
CheckConfigurationEffectiveTests.cs (1)
49configuration.IsEnabled.ShouldBe(isEnabledExpected);
ConfigurationProvider_Tests.cs (1)
240internalCheck.IsEnabled.ShouldBe(expectedEnablment);