2009-12-14 Rodrigo Kumpera <rkumpera@novell.com>
commit214bb2561c51000ec71a0b91603d3b12ce4ab093
authorkumpera <kumpera@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Mon, 14 Dec 2009 22:56:17 +0000 (14 22:56 +0000)
committerkumpera <kumpera@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Mon, 14 Dec 2009 22:56:17 +0000 (14 22:56 +0000)
treeed6ee64ff2de8a982fc9783498e39c838da17b5d
parenteec00423a05a2bb12996e239a4fcd3a932656d6a
2009-12-14 Rodrigo Kumpera  <rkumpera@novell.com>

Type.cs (IsCompilerContext): The default implementation now checks if the
type's assembly is under compiler context or not.

2009-12-14 Rodrigo Kumpera  <rkumpera@novell.com>

* MonoGenericClass.cs: Remove IsByRef hack.

2009-12-14 Rodrigo Kumpera  <rkumpera@novell.com>

* TypeBuilder.cs (GetConstructor/GetMethod): Fail with a NRE if method/ctor
is null.

2009-12-14 Rodrigo Kumpera  <rkumpera@novell.com>

* TypeTest.cs: Fix test that checked for old and wrong behavior of mono.

git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@148433 e3ebcda4-bce8-0310-ba0a-eca2169e7518
class/corlib/System.Reflection.Emit/ChangeLog
class/corlib/System.Reflection.Emit/TypeBuilder.cs
class/corlib/System.Reflection/ChangeLog
class/corlib/System.Reflection/MonoGenericClass.cs
class/corlib/System/ChangeLog
class/corlib/System/Type.cs
class/corlib/Test/System/ChangeLog
class/corlib/Test/System/TypeTest.cs