1 write to _attributeData
System.Xaml (1)
System\Xaml\Schema\Reflector.cs (1)
512_attributeData = CustomAttributeData.GetCustomAttributes(Member);
7 references to _attributeData
System.Xaml (7)
System\Xaml\Schema\Reflector.cs (7)
510if (_attributeData is null) 519for (int i = 0; i < _attributeData.Count; i++) 521if (TypesAreEqual(_attributeData[i].Constructor.DeclaringType, attributeType)) 523return _attributeData[i]; 533for (int i = 0; i < _attributeData.Count; i++) 535if (TypesAreEqual(_attributeData[i].Constructor.DeclaringType, attributeType)) 537cads.Add(_attributeData[i]);