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