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