2 writes to ArrayValue
System.Private.CoreLib (2)
src\System\Reflection\RuntimeCustomAttributeData.cs (2)
853arg.ArrayValue = null; 862arg.ArrayValue = new CustomAttributeEncodedArgument[len];
4 references to ArrayValue
System.Private.CoreLib (4)
src\System\Reflection\RuntimeCustomAttributeData.cs (4)
593if (encodedArg.ArrayValue is null) 599CustomAttributeTypedArgument[] arrayValue = new CustomAttributeTypedArgument[encodedArg.ArrayValue.Length]; 601arrayValue[i] = new CustomAttributeTypedArgument(scope, encodedArg.ArrayValue[i]); 865arg.ArrayValue[i] = ParseCustomAttributeValue(ref parser, attributeType, module);