3 references to EncodedType
mscorlib (3)
system\reflection\customattribute.cs (3)
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
;