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)
203
if (!commonConfig.
IsEnabled
)
213
if (configPerRule.All(c => !c.
IsEnabled
))
BuildCheck\Infrastructure\BuildEventsProcessor.cs (1)
250
if (!config.
IsEnabled
)
BuildCheck\Infrastructure\CheckWrapper.cs (1)
96
if (effectiveConfig.
IsEnabled
)
Microsoft.Build.BuildCheck.UnitTests (2)
CheckConfigurationEffectiveTests.cs (1)
49
configuration.
IsEnabled
.ShouldBe(isEnabledExpected);
ConfigurationProvider_Tests.cs (1)
240
internalCheck.
IsEnabled
.ShouldBe(expectedEnablment);