4 references to TypeToCustomAttributeEncoding
System.Private.CoreLib (4)
src\System\Reflection\RuntimeCustomAttributeData.cs (4)
902
enumTag = RuntimeCustomAttributeData.
TypeToCustomAttributeEncoding
((RuntimeType)enumType.GetEnumUnderlyingType());
1081
CustomAttributeEncoding encodedType = RuntimeCustomAttributeData.
TypeToCustomAttributeEncoding
(parameterType);
1089
encodedArrayType = RuntimeCustomAttributeData.
TypeToCustomAttributeEncoding
(parameterType);
1096
encodedEnumType = RuntimeCustomAttributeData.
TypeToCustomAttributeEncoding
((RuntimeType)Enum.GetUnderlyingType(parameterType));