1 write to Name
Microsoft.Build.Framework (1)
XamlTypes\Rule.cs (1)
601
category.
Name
= property.Category;
4 references to Name
Microsoft.Build.Framework (4)
XamlTypes\Category.cs (2)
53
/// value as the <see cref="
Name
"/> property (and hence, would not be localized).
60
return _displayName ??
Name
;
XamlTypes\Rule.cs (2)
591
_categoryNamePropertyListMap.Add(category.
Name
, new List<BaseProperty>());
604
_categoryNamePropertyListMap.Add(category.
Name
, new List<BaseProperty>());