3 references to ArrayValue
mscorlib (3)
system\reflection\customattribute.cs (3)
889if (encodedArg.ArrayValue == null) 895CustomAttributeTypedArgument[] arrayValue = new CustomAttributeTypedArgument[encodedArg.ArrayValue.Length]; 897arrayValue[i] = new CustomAttributeTypedArgument(scope, encodedArg.ArrayValue[i]);