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