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