4 writes to arg0
mscorlib (4)
system\paramsarray.cs (4)
22this.arg0 = arg0; 32this.arg0 = arg0; 42this.arg0 = arg0; 53this.arg0 = len > 0 ? args[0] : null;
1 reference to arg0
mscorlib (1)
system\paramsarray.cs (1)
66get { return index == 0 ? this.arg0 : GetAtSlow(index); }