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