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