4 writes to args
mscorlib (4)
system\paramsarray.cs (4)
27
this.
args
= oneArgArray;
37
this.
args
= twoArgArray;
47
this.
args
= threeArgArray;
56
this.
args
= args;
2 references to args
mscorlib (2)
system\paramsarray.cs (2)
61
get { return this.
args
.Length; }
75
return this.
args
[index];