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