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