1 write to _categoryNamePropertyListMap
Microsoft.Build.Framework (1)
XamlTypes\Rule.cs (1)
587_categoryNamePropertyListMap = new OrderedDictionary();
8 references to _categoryNamePropertyListMap
Microsoft.Build.Framework (8)
XamlTypes\Rule.cs (8)
458if (_categoryNamePropertyListMap == null) 463return _categoryNamePropertyListMap; 476if (_categoryNamePropertyListMap == null) 481return _categoryNamePropertyListMap[categoryName] as IList<BaseProperty>; 591_categoryNamePropertyListMap.Add(category.Name, new List<BaseProperty>()); 598if (!_categoryNamePropertyListMap.Contains(property.Category)) 604_categoryNamePropertyListMap.Add(category.Name, new List<BaseProperty>()); 607List<BaseProperty> propertiesInTheSameCategory = _categoryNamePropertyListMap[property.Category] as List<BaseProperty>;