1 write to CustomAttributeType
System.Private.CoreLib (1)
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
696CustomAttributeType = type;
7 references to CustomAttributeType
System.Private.CoreLib (7)
src\System\Reflection\RuntimeCustomAttributeData.cs (7)
458&& p.EncodedArgument.CustomAttributeType.EncodedType != CustomAttributeEncoding.Undefined) 473&& p.EncodedArgument.CustomAttributeType.EncodedType != CustomAttributeEncoding.Undefined) 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!;