1 write to _readProperties
Microsoft.Build (1)
BuildCheck\Checks\PropertiesUsageCheck.cs (1)
240
_readProperties
= new HashSet<string>(MSBuildNameIgnoreCaseComparer.Default);
2 references to _readProperties
Microsoft.Build (2)
BuildCheck\Checks\PropertiesUsageCheck.cs (2)
180
_readProperties
.Add(readData.PropertyName);
221
if (propWithLocation.Value != null && !
_readProperties
.Contains(propWithLocation.Key))