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