4 writes to arg1
mscorlib (4)
system\paramsarray.cs (4)
23this.arg1 = null; 33this.arg1 = arg1; 43this.arg1 = arg1; 54this.arg1 = len > 1 ? args[1] : null;
1 reference to arg1
mscorlib (1)
system\paramsarray.cs (1)
72return this.arg1;