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