5 references to PropertyName
Microsoft.Build (5)
BuildCheck\Checks\PropertiesUsageCheck.cs (5)
178_readProperties.Add(readData.PropertyName); 194_uninitializedReadsInScope[readData.PropertyName] = readData.ElementLocation; 197else if (!_uninitializedReadsInScope.ContainsKey(readData.PropertyName)) 199_uninitializedReadsOutOfScope[readData.PropertyName] = readData.ElementLocation; 209readData.PropertyName));