1 write to _attributeData
System.Xaml (1)
System\Xaml\Schema\Reflector.cs (1)
513_attributeData = CustomAttributeData.GetCustomAttributes(Member);
7 references to _attributeData
System.Xaml (7)
System\Xaml\Schema\Reflector.cs (7)
511if (_attributeData is null) 520for (int i = 0; i < _attributeData.Count; i++) 522if (TypesAreEqual(_attributeData[i].Constructor.DeclaringType, attributeType)) 524return _attributeData[i]; 534for (int i = 0; i < _attributeData.Count; i++) 536if (TypesAreEqual(_attributeData[i].Constructor.DeclaringType, attributeType)) 538cads.Add(_attributeData[i]);