1 write to _attributeType
System.Private.CoreLib (1)
System\Reflection\Runtime\CustomAttributes\RuntimePseudoCustomAttributeData.cs (1)
24_attributeType = attributeType;
3 references to _attributeType
System.Private.CoreLib (3)
System\Reflection\Runtime\CustomAttributes\RuntimePseudoCustomAttributeData.cs (3)
33return _attributeType; 43return ResolveAttributeConstructor(_attributeType, Array.Empty<Type>()); 50return ResolveAttributeConstructor(_attributeType, expectedParameterTypes);