1 write to _namedParamValues
System.Reflection.Emit (1)
System\Reflection\Emit\CustomAttributeWrapper.cs (1)
62info._namedParamValues = new object[numNamed];
9 references to _namedParamValues
System.Reflection.Emit (9)
System\Reflection\Emit\CustomAttributeWrapper.cs (1)
84info._namedParamValues[i] = DecodeCustomAttributeValue(fieldType, binaryAttribute, pos, out pos); ;
System\Reflection\Emit\PseudoCustomAttributesData.cs (7)
43object value = attr._namedParamValues[i]!; 310DecodeMarshalAsCustom(attributeInfo._namedParamNames, attributeInfo._namedParamValues, info); 315DecodeMarshalAsComInterface(attributeInfo._namedParamNames, attributeInfo._namedParamValues, unmanagedType, info); 318DecodeMarshalAsArray(attributeInfo._namedParamNames, attributeInfo._namedParamValues, isFixed: false, info); 325DecodeMarshalAsArray(attributeInfo._namedParamNames, attributeInfo._namedParamValues, isFixed: true, info); 328DecodeMarshalAsSafeArray(attributeInfo._namedParamNames, attributeInfo._namedParamValues, info); 335DecodeMarshalAsFixedString(attributeInfo._namedParamNames, attributeInfo._namedParamValues, info);
System\Reflection\Emit\TypeBuilderImpl.cs (1)
524int value = (int)attributeInfo._namedParamValues[i]!;