3 references to TypeToCustomAttributeEncoding
mscorlib (3)
system\reflection\customattribute.cs (3)
288CustomAttributeEncoding encodedType = CustomAttributeData.TypeToCustomAttributeEncoding(parameterType); 296encodedArrayType = CustomAttributeData.TypeToCustomAttributeEncoding(parameterType); 301encodedEnumType = TypeToCustomAttributeEncoding((RuntimeType)Enum.GetUnderlyingType(parameterType));