Enable some code to be included in Moonlight's S.X.S.dll SDK assembly
commit314842bef5c944d44890f86cd6854e9e5df87f6d
authorSebastien Pouliot <sebastien@ximian.com>
Thu, 5 May 2011 23:23:52 +0000 (5 19:23 -0400)
committerSebastien Pouliot <sebastien@ximian.com>
Fri, 6 May 2011 12:40:41 +0000 (6 08:40 -0400)
tree0fdeb03d503c0a64da070fbf40a2561bcb2585ff
parent402cabb88071a4ee8672c57766367d322a28f8d7
Enable some code to be included in Moonlight's S.X.S.dll SDK assembly

* System.Collections/ArrayList.cs:
* System.Collections/Hashtable.cs:
Do not include debugger-related attributes and some interfaces
when compiled outside corlib

* System.Runtime.Serialization/ObjectIDGenerator.cs: Ensure this can be
compiled outside corlib (needed for ML S.X.S.dll where even internals
cannot be used)
mcs/class/corlib/System.Collections/ArrayList.cs
mcs/class/corlib/System.Collections/Hashtable.cs
mcs/class/corlib/System.Runtime.Serialization/ObjectIDGenerator.cs