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