1 instantiation of CustomAttributeType
mscorlib (1)
system\reflection\customattribute.cs (1)
305return new CustomAttributeType(encodedType, encodedArrayType, encodedEnumType, enumName);
7 references to CustomAttributeType
mscorlib (7)
system\reflection\customattribute.cs (7)
286private static CustomAttributeType InitCustomAttributeType(RuntimeType parameterType) 1057private CustomAttributeType m_type; 1061public CustomAttributeType CustomAttributeType { get { return m_type; } } 1076private CustomAttributeType m_type; 1081public CustomAttributeNamedParameter(string argumentName, CustomAttributeEncoding fieldOrProperty, CustomAttributeType type) 1105private CustomAttributeType m_type; 1110public CustomAttributeCtorParameter(CustomAttributeType type)