Merge pull request #1898 from alexanderkyte/debugger_variable_reflection
[mono.git] / mcs / class / corlib / System.Reflection.Emit / TypeToken.cs
index 4a8a56b1d9e3ae5cab268a6f0a3888702a885b13..9a8970e9cf1d7b60c9e46f8edaf02188d95fee25 100644 (file)
@@ -25,6 +25,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+#if !FULL_AOT_RUNTIME
 using System.Runtime.InteropServices;
 
 namespace System.Reflection.Emit {
@@ -98,3 +99,4 @@ namespace System.Reflection.Emit {
 
 }
 
+#endif