2 writes to arguments
System (2)
compmod\system\componentmodel\design\serialization\InstanceDescriptor.cs (2)
41
this.
arguments
= new object[0];
46
this.
arguments
= args;
6 references to arguments
System (6)
compmod\system\componentmodel\design\serialization\InstanceDescriptor.cs (6)
54
if (this.
arguments
.Count != 0) {
63
if (this.
arguments
.Count != ci.GetParameters().Length) {
72
if (this.
arguments
.Count != mi.GetParameters().Length) {
94
return
arguments
;
125
object[] translatedArguments = new object[
arguments
.Count];
126
arguments
.CopyTo(translatedArguments, 0);