2 writes to _dataArray
System.Core (2)
Microsoft\Scripting\Actions\ExpandoObject.cs (2)
963
_dataArray
= new object[0];
976
_dataArray
= data;
8 references to _dataArray
System.Core (8)
Microsoft\Scripting\Actions\ExpandoObject.cs (8)
940
return
_dataArray
[index];
946
_dataArray
[index] = value;
955
get { return
_dataArray
.Length; }
985
if (
_dataArray
.Length >= newClass.Keys.Length) {
988
return new ExpandoData(newClass, this.
_dataArray
, this._version);
991
int oldLength =
_dataArray
.Length;
993
Array.Copy(
_dataArray
, arr,
_dataArray
.Length);