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