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