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); 221if (propWithLocation.Value != null && !_readProperties.Contains(propWithLocation.Key))