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