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