2 references to KnownAttributesOnItem
Microsoft.Build (2)
Evaluation\ProjectParser.cs (2)
41
private static readonly HashSet<string> KnownAttributesOnItemIgnoreCase = new HashSet<string>(
KnownAttributesOnItem
, StringComparer.OrdinalIgnoreCase);
354
if (
KnownAttributesOnItem
.Contains(name))