4 writes to arg2
mscorlib (4)
system\paramsarray.cs (4)
24this.arg2 = null; 34this.arg2 = null; 44this.arg2 = arg2; 55this.arg2 = len > 2 ? args[2] : null;
1 reference to arg2
mscorlib (1)
system\paramsarray.cs (1)
74return this.arg2;