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