1 write to Name
Microsoft.Build.Framework (1)
XamlTypes\Rule.cs (1)
601category.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). 60return _displayName ?? Name;
XamlTypes\Rule.cs (2)
591_categoryNamePropertyListMap.Add(category.Name, new List<BaseProperty>()); 604_categoryNamePropertyListMap.Add(category.Name, new List<BaseProperty>());