1 write to _attributeData
System.Xaml (1)
System\Xaml\Schema\Reflector.cs (1)
477_attributeData = CustomAttributeData.GetCustomAttributes(Member);
7 references to _attributeData
System.Xaml (7)
System\Xaml\Schema\Reflector.cs (7)
475if (_attributeData == null) 484for (int i = 0; i < _attributeData.Count; i++) 486if (TypesAreEqual(_attributeData[i].Constructor.DeclaringType, attributeType)) 488return _attributeData[i]; 497for (int i = 0; i < _attributeData.Count; i++) 499if (TypesAreEqual(_attributeData[i].Constructor.DeclaringType, attributeType)) 501cads.Add(_attributeData[i]);