1 write to _unusedPropertyEnabled
Microsoft.Build (1)
BuildCheck\Checks\PropertiesUsageCheck.cs (1)
58
_unusedPropertyEnabled
= config.IsEnabled;
4 references to _unusedPropertyEnabled
Microsoft.Build (4)
BuildCheck\Checks\PropertiesUsageCheck.cs (4)
108
if (
_unusedPropertyEnabled
|| _initializedAfterUseEnabled)
113
if (
_unusedPropertyEnabled
|| _uninitializedReadEnabled)
134
if (
_unusedPropertyEnabled
&& CheckScopeClassifier.IsActionInObservedScope(_unusedPropertyScope,
176
_unusedPropertyEnabled
)