Add missing API that are to be decorated with [SecurityCritical] for compatibility
authorSebastien Pouliot <sebastien@ximian.com>
Tue, 22 Mar 2011 12:38:17 +0000 (08:38 -0400)
committerSebastien Pouliot <sebastien@ximian.com>
Wed, 23 Mar 2011 12:52:19 +0000 (08:52 -0400)
commitbe471b69d906898bd788f6214de1310ceffc7f61
treee1b2b08f4ef610cc75bd2dd7a898ed366fd33e3c
parent5225990ace9145d2e0e73a264489fc8eca231756
Add missing API that are to be decorated with [SecurityCritical] for compatibility

* System.Reflection.Emit/AssemblyBuilder.cs: Add missing GetName(bool)
* System.Threading/ThreadPool.cs: Add missing UnsafeQueueNativeOverlapped

This is not a big issue since the missing API are unusable from
application code (and obviously not needed inside the platform code).
However it makes validating the tuned assemblies easier :)
mcs/class/corlib/System.Reflection.Emit/AssemblyBuilder.cs
mcs/class/corlib/System.Threading/ThreadPool.cs