2 writes to EncodedType
System.Private.CoreLib (2)
src\System\Reflection\RuntimeCustomAttributeData.cs (2)
1072
EncodedType
= encodedType;
1099
EncodedType
= encodedType;
10 references to EncodedType
System.Private.CoreLib (10)
src\System\Reflection\RuntimeCustomAttributeData.cs (10)
553
CustomAttributeEncoding encodedType = encodedArg.CustomAttributeType.
EncodedType
;
752
if (namedArgType.
EncodedType
!= CustomAttributeEncoding.Object)
754
if (namedArgType.
EncodedType
!= argType.
EncodedType
)
760
if (argType.
EncodedType
is CustomAttributeEncoding.Array
775
if (namedArgType.
EncodedType
is CustomAttributeEncoding.Enum
776
|| (namedArgType.
EncodedType
is CustomAttributeEncoding.Array
811
CustomAttributeType attributeType = type.
EncodedType
== CustomAttributeEncoding.Object
817
CustomAttributeEncoding underlyingType = attributeType.
EncodedType
== CustomAttributeEncoding.Enum
819
: attributeType.
EncodedType
;