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)
458
if (
_categoryNamePropertyListMap
== null)
463
return
_categoryNamePropertyListMap
;
476
if (
_categoryNamePropertyListMap
== null)
481
return
_categoryNamePropertyListMap
[categoryName] as IList<BaseProperty>;
591
_categoryNamePropertyListMap
.Add(category.Name, new List<BaseProperty>());
598
if (!
_categoryNamePropertyListMap
.Contains(property.Category))
604
_categoryNamePropertyListMap
.Add(category.Name, new List<BaseProperty>());
607
List<BaseProperty> propertiesInTheSameCategory =
_categoryNamePropertyListMap
[property.Category] as List<BaseProperty>;