1 write to CustomAttributeType
System.Private.CoreLib (1)
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
696
CustomAttributeType
= type;
5 references to CustomAttributeType
System.Private.CoreLib (5)
src\System\Reflection\RuntimeCustomAttributeData.cs (5)
553
CustomAttributeEncoding encodedType = encodedArg.
CustomAttributeType
.EncodedType;
560
_argumentType = encodedArg.
CustomAttributeType
.EnumType!;
561
_value = EncodedValueToRawValue(encodedArg.PrimitiveValue, encodedArg.
CustomAttributeType
.EncodedEnumType);
579
encodedType = encodedArg.
CustomAttributeType
.EncodedArrayType;
584
elementType = encodedArg.
CustomAttributeType
.EnumType!;