7 references to CustomAttributeType
mscorlib (7)
system\reflection\customattribute.cs (7)
565if (m_namedParams[i].EncodedArgument.CustomAttributeType.EncodedType != CustomAttributeEncoding.Undefined) 573if (m_namedParams[i].EncodedArgument.CustomAttributeType.EncodedType != CustomAttributeEncoding.Undefined) 849CustomAttributeEncoding encodedType = encodedArg.CustomAttributeType.EncodedType; 856m_argumentType = ResolveType(scope, encodedArg.CustomAttributeType.EnumName); 857m_value = EncodedValueToRawValue(encodedArg.PrimitiveValue, encodedArg.CustomAttributeType.EncodedEnumType); 875encodedType = encodedArg.CustomAttributeType.EncodedArrayType; 880elementType = ResolveType(scope, encodedArg.CustomAttributeType.EnumName);