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