1 write to _propertiesByNameMap
Microsoft.Build.Framework (1)
XamlTypes\Rule.cs (1)
503_propertiesByNameMap = new ReadOnlyDictionary<string, BaseProperty>(map);
3 references to _propertiesByNameMap
Microsoft.Build.Framework (3)
XamlTypes\Rule.cs (3)
491if (_propertiesByNameMap == null) 495if (_propertiesByNameMap == null) 509_propertiesByNameMap.TryGetValue(propertyName, out result);