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)
227
if (!commonConfig.
IsEnabled
)
237
if (configPerRule.All(c => !c.
IsEnabled
))
BuildCheck\Infrastructure\BuildEventsProcessor.cs (1)
254
if (!config.
IsEnabled
)
BuildCheck\Infrastructure\CheckWrapper.cs (1)
94
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);