7 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)
263
if (!config.
IsEnabled
)
BuildCheck\Infrastructure\CheckWrapper.cs (1)
94
if (effectiveConfig.
IsEnabled
)