3 references to DecodeCustomAttributeValue
System.Reflection.Emit (3)
System\Reflection\Emit\CustomAttributeWrapper.cs (3)
56
info._ctorArgs[i] =
DecodeCustomAttributeValue
(pi[i].ParameterType, binaryAttribute, pos, out pos);
84
info._namedParamValues[i] =
DecodeCustomAttributeValue
(fieldType, binaryAttribute, pos, out pos); ;
149
return
DecodeCustomAttributeValue
(ElementTypeToType((SerializationTypeCode)subtype), data, pos, out rpos);