1 write to _unusedPropertyEnabled
Microsoft.Build (1)
BuildCheck\Checks\PropertiesUsageCheck.cs (1)
60
_unusedPropertyEnabled
= config.IsEnabled;
4 references to _unusedPropertyEnabled
Microsoft.Build (4)
BuildCheck\Checks\PropertiesUsageCheck.cs (4)
110
if (
_unusedPropertyEnabled
|| _initializedAfterUseEnabled)
115
if (
_unusedPropertyEnabled
|| _uninitializedReadEnabled)
136
if (
_unusedPropertyEnabled
&& CheckScopeClassifier.IsActionInObservedScope(_unusedPropertyScope,
178
_unusedPropertyEnabled
)