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)
33
return
_attributeType
;
43
return ResolveAttributeConstructor(
_attributeType
, Array.Empty<Type>());
50
return ResolveAttributeConstructor(
_attributeType
, expectedParameterTypes);