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