6 references to Undefined
mscorlib (6)
system\reflection\customattribute.cs (6)
282
return CustomAttributeEncoding.
Undefined
;
289
CustomAttributeEncoding encodedArrayType = CustomAttributeEncoding.
Undefined
;
290
CustomAttributeEncoding encodedEnumType = CustomAttributeEncoding.
Undefined
;
565
if (m_namedParams[i].EncodedArgument.CustomAttributeType.EncodedType != CustomAttributeEncoding.
Undefined
)
573
if (m_namedParams[i].EncodedArgument.CustomAttributeType.EncodedType != CustomAttributeEncoding.
Undefined
)
851
if (encodedType == CustomAttributeEncoding.
Undefined
)