2 references to ExpandoData
System.Core (2)
Microsoft\Scripting\Actions\ExpandoObject.cs (2)
988return new ExpandoData(newClass, this._dataArray, this._version); 994ExpandoData newData = new ExpandoData(newClass, arr, this._version);