MonoTouch doesnt support SRE, so we need to disable this code on MT
authorGeoff Norton <grompf@sublimeintervention.com>
Wed, 26 Jan 2011 03:56:17 +0000 (22:56 -0500)
committerGeoff Norton <grompf@sublimeintervention.com>
Wed, 26 Jan 2011 03:56:17 +0000 (22:56 -0500)
48 files changed:
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeAnd.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeArgument.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeArgumentReference.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeArithmeticOperation.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeArrayItem.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeArrayLength.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeAssignment.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeBinaryComparison.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeBinaryOperation.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeBlock.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeBuilder.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeCast.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeClass.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeCustomAttribute.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeDecrement.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeEquals.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeExpression.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeFieldReference.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeFor.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeForeach.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeGenerationHelper.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeIf.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeIncrement.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeIs.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeItem.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeLiteral.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeMethod.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeMethodCall.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeModule.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeNew.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeNewArray.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeNotEquals.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeOr.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeProperty.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodePropertyReference.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeReturn.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeSelect.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeSelfIncrement.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeTryBlock.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeUnaryOperation.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeValueReference.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeVariableDeclaration.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeVariableReference.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeWhen.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeWhile.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/CodeWriter.cs
mcs/class/System.ServiceModel/Mono.CodeGeneration/Exp.cs
mcs/class/System.ServiceModel/System.ServiceModel/ClientProxyGenerator.cs

index c0cb338779c7764bac1a4dbf1a39276f50238a40..128c5b9712c03058ed57dbb798915160e384a299 100644 (file)
@@ -22,6 +22,7 @@
 //
 
 
+#if !MONOTOUCH
 using System;
 using System.Reflection;
 using System.Reflection.Emit;
@@ -113,4 +114,5 @@ namespace Mono.CodeGeneration
                        return typeof (bool);
                }
        }
-}
\ No newline at end of file
+}
+#endif
index f862b2fd5cb7d83ae6276d7d5c0dc8330729166d..c06d2478b6ee1f2703c416e576e876a2576f930e 100644 (file)
@@ -1,5 +1,6 @@
 // created on 28/08/2004 at 17:07
 
+#if !MONOTOUCH
 using System;
 using System.Reflection;
 using System.Reflection.Emit;
@@ -36,3 +37,4 @@ namespace Mono.CodeGeneration
                }
        }
 }
+#endif
index 752ed82c02b99bd190a6da9b2f0bab22ed4fa23c..d25686496588d416adb9a377a7ddfbb313e1092a 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.Reflection;
 using System.Reflection.Emit;
@@ -79,3 +80,4 @@ namespace Mono.CodeGeneration
                }
        }
 }
+#endif
index 93bfbb2dbb40ad351a3da28463e5050cf2845839..92ddb5e954e19350cd489f2813e833f239d63b43 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.Reflection;
 using System.Reflection.Emit;
@@ -141,3 +142,4 @@ namespace Mono.CodeGeneration
                }
        }       
 }
+#endif
index f5b05ad855606dab84a5a88bcd06519a52711444..b521345a869f08720fcf5f435917fc5f116fbe51 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.Reflection;
 using System.Reflection.Emit;
@@ -174,3 +175,4 @@ namespace Mono.CodeGeneration
                }
        }
 }
+#endif
index 9842c00667d5f079ca859caa5f9f575ded289510..489004e3c01318ab5fe6ec27a3835d866541a67d 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.Reflection;
 using System.Reflection.Emit;
@@ -56,3 +57,4 @@ namespace Mono.CodeGeneration
                }
        }
 }
+#endif
index fc34a0aa1beab8dd7eaf7de0c2dae63198ce8f14..49dcb1173245b883ebad5f3f96b7791bd11f4635 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.Reflection;
 using System.Reflection.Emit;
@@ -70,3 +71,4 @@ namespace Mono.CodeGeneration
                }
        }
 }
+#endif
index d8cb665e426c41af9ecfe5c686dd220c505f6c97..c60f58afe179bd4287ea451d18a126b6eb854ecd 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.Reflection;
 using System.Reflection.Emit;
@@ -165,4 +166,5 @@ namespace Mono.CodeGeneration
                                gen.Emit (OpCodes.Bgt, label);
                }
        }
-}
\ No newline at end of file
+}
+#endif
index 50d034b520f5457c4a218c263d18c9aa0f94fe3a..dc6d5ef364e149e7754f603024436c6216d29ef8 100644 (file)
@@ -1,5 +1,6 @@
 // created on 28/08/2004 at 17:30
 
+#if !MONOTOUCH
 using System;
 using System.Reflection;
 using System.Reflection.Emit;
@@ -36,3 +37,4 @@ namespace Mono.CodeGeneration
                }
        }
 }
+#endif
index 92da98923e272e8937b406e957feb116ca8a3cb0..4dfa1d0e4cae438879b9ad34003169dcfe954d7b 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.Collections;
 using System.Reflection;
@@ -86,3 +87,4 @@ namespace Mono.CodeGeneration
                }
        }
 }
+#endif
index db01ee1a11fae22fd662bdd86f9f380de10840a7..58de364d19fc25ce3ee377783538e8f86e0eaab6 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.IO;
 using System.Collections;
@@ -421,3 +422,4 @@ namespace Mono.CodeGeneration
                }
        }
 }
+#endif
index 2f725b775e89e0fcb25555c57aaba736838b4ae1..4610f4b008f85f8045c72e1d956be84708ee3073 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.Reflection;
 using System.Reflection.Emit;
@@ -131,3 +132,4 @@ namespace Mono.CodeGeneration
                }
        }
 }
+#endif
index 211d882f7be127aac3cfa2d77b5fb94f6d212a4d..1327d5c2c7e39e517bddfb13be0dec632687ec2c 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.IO;
 using System.Collections;
@@ -346,3 +347,4 @@ namespace Mono.CodeGeneration
        }
 }
 
+#endif
index 83f4384b06f4ca4f104d9ed22d9651b4d88fc5ef..b2c0519f4ad20f03014369c81792ba22b07d3397 100644 (file)
@@ -18,6 +18,7 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
+#if !MONOTOUCH
 using System;
 using System.IO;
 using System.Collections;
@@ -145,3 +146,4 @@ namespace Mono.CodeGeneration
                }
        }
 }
+#endif
index 9345241af22faf8e9f0586a0ca18eb80a576c7de..d7f488b91044a7907614e535981a4830b308e44a 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.Reflection;
 using System.Reflection.Emit;
@@ -146,3 +147,4 @@ namespace Mono.CodeGeneration
                }
        }
 }
+#endif
index 4b977c338aab507de962a64e88403ef3aaaa032e..b9ea6dd694545b2005a9664659c33b26cbbb8869 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.Reflection;
 using System.Reflection.Emit;
@@ -97,4 +98,5 @@ namespace Mono.CodeGeneration
                        return typeof (bool);
                }
        }
-}
\ No newline at end of file
+}
+#endif
index 8691161fef57332e04c743351bee7263ce70ad90..066b27930d43de95f0e9adb89a95e0b4995632d6 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.Reflection;
 using System.Reflection.Emit;
@@ -196,3 +197,4 @@ namespace Mono.CodeGeneration
                }
        }
 }
+#endif
index 6492d983bd0ea4db04b5b16f1f6d787a041448b4..7beeffe455da32436543578790ef175aa29cb194 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.Reflection;
 using System.Reflection.Emit;
@@ -90,3 +91,4 @@ namespace Mono.CodeGeneration
                }
        }
 }
+#endif
index 895bd32a0baeb05f8a2963b3b48e69089eb3e03f..123e556db631286f3511d32064f0e866d63714c1 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.Reflection;
 using System.Reflection.Emit;
@@ -82,3 +83,4 @@ namespace Mono.CodeGeneration
                }
        }
 }
+#endif
index 0241614755934e4baa5ad2aa7327b5b6c8f347f4..8f7f6bfdef6da8391170eae5a7be775cb63449ad 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.Collections;
 using System.Reflection;
@@ -122,3 +123,4 @@ namespace Mono.CodeGeneration
                }
        }
 }
+#endif
index 7383752b382ae309ef35fd55766bf32643f032fc..d0defd95dc8848195262e6fbae20bc31ebe7a99b 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.Collections;
 using System.Reflection.Emit;
@@ -207,3 +208,4 @@ namespace Mono.CodeGeneration
                }
        }
 }
+#endif
index 95fe2a095e19dffd58da4ae7452606c12f5915e7..e860fd8620dcd4ebb307af2a2bc56764ce1d4de6 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.Reflection;
 using System.Reflection.Emit;
@@ -108,3 +109,4 @@ namespace Mono.CodeGeneration
                }
        }
 }
+#endif
index 6cbf57069f3356e4bade49194deef0fb106f68ab..5967954dca511a28f73ce69b27f6797b5b65f72c 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.Reflection;
 using System.Reflection.Emit;
@@ -151,3 +152,4 @@ namespace Mono.CodeGeneration
                }
        }
 }
+#endif
index 6e4eafdf3012fbecacaf2fb9120a02d00499cddf..c8f682b4e6db63e4f21dd12d5c7e91478c88f28e 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.Reflection;
 using System.Reflection.Emit;
@@ -94,3 +95,4 @@ namespace Mono.CodeGeneration
                }
        }
 }
+#endif
index 442ee051437956b816760e1c8c11d10cb4f96d84..6e2586cc2ff727e11ac673edf3577a51f4406b89 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.Reflection;
 using System.Reflection.Emit;
@@ -37,3 +38,4 @@ namespace Mono.CodeGeneration
        {
        }
 }
+#endif
index 668ee33771198b151466d25504b398a5dc22510e..152d7f8b9f64b1719495d87bef9416ec2099a887 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.Globalization;
 using System.Reflection;
@@ -143,3 +144,4 @@ namespace Mono.CodeGeneration
                }
        }
 }
+#endif
index 915271a239e3a6d25c2f6c0ef1eeaf83a7cdb9e9..2bde317409836a89ec7d5d67af69de2d4ce52a0f 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.Collections;
 using System.IO;
@@ -226,3 +227,4 @@ namespace Mono.CodeGeneration
                }
        }
 }
+#endif
index d83475367c0279d499fbf37a3d85222c97e386fc..fc882c4c1552facbd9510d378ef2f4ee00d25daa 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.Reflection;
 using System.Reflection.Emit;
@@ -142,3 +143,4 @@ namespace Mono.CodeGeneration
        }
 }
 
+#endif
index fa2286bb5b671ce3c95dcc6852bf4716f08fdc94..bf9b4bd3b60c169561186fae444ac612ca862760 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.IO;
 using System.Collections;
@@ -78,3 +79,4 @@ namespace Mono.CodeGeneration
        }
 }
 
+#endif
index addefc929e9f1431ff3188ae21c127f5056c8c17..2e97c843f663a54f3bf0084731034ed007e7d51b 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.Reflection;
 using System.Reflection.Emit;
@@ -69,3 +70,4 @@ namespace Mono.CodeGeneration
                }
        }
 }
+#endif
index 68b83a04b09bf84177923b7a4e5ea22b5ec05b9d..a7dd963c8da6e597723ce6cde0560c40f39cc225 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.Reflection;
 using System.Reflection.Emit;
@@ -59,3 +60,4 @@ namespace Mono.CodeGeneration
                }
        }
 }
+#endif
index 54706748b11a2365c6e41791a367be6eb8223453..dcf9b3d03060650ff653af9470e341725bfae669 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.Reflection;
 using System.Reflection.Emit;
@@ -114,4 +115,5 @@ namespace Mono.CodeGeneration
                        return typeof (bool);
                }
        }
-}
\ No newline at end of file
+}
+#endif
index 1a0c5beeba27d0b0c7d08d936cc43c61d8d3e6ce..32b0ce2fb498a146ddbfe34389ab0a45090f2654 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.Reflection;
 using System.Reflection.Emit;
@@ -114,4 +115,5 @@ namespace Mono.CodeGeneration
                        return typeof (bool);
                }
        }
-}
\ No newline at end of file
+}
+#endif
index 8ec6d62f4eb4f03c6c382cf8799d4b4c98d21e7e..0e79378a5ce84eb72415a0c9c4716d2f64370aaa 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.Collections;
 using System.IO;
@@ -242,3 +243,4 @@ namespace Mono.CodeGeneration
                }
        }
 }
+#endif
index e8c9e19e730f7bc926b17d19ce01f697cea1cf17..b268e835c492dfa979fa342433540162ee944521 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.Reflection;
 using System.Reflection.Emit;
@@ -61,3 +62,4 @@ namespace Mono.CodeGeneration
                }
        }
 }
+#endif
index d29f1d09574a2209748bbad4546093f3589500b7..ca9ecb3f4cf5f441470bdcb54fc8f675ed34fa9c 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.Reflection;
 using System.Reflection.Emit;
@@ -62,3 +63,4 @@ namespace Mono.CodeGeneration
                }
        }
 }
+#endif
index c38d167e62060ef18676ad803d4d1b493551ab5e..ea83af5d6f9c75bef802f33caa53a42f5e36e017 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.Collections;
 using System.Reflection;
@@ -86,3 +87,4 @@ namespace Mono.CodeGeneration
                }
        }
 }
+#endif
index 3ebd2920395bae8ae5c988aab37976b0c2085e10..90dd7010d8b058cbc90934acdd22bffa1a2d59ae 100644 (file)
@@ -1,5 +1,6 @@
 // created on 28/08/2004 at 17:30
 
+#if !MONOTOUCH
 using System;
 using System.Reflection;
 using System.Reflection.Emit;
@@ -90,3 +91,4 @@ namespace Mono.CodeGeneration
                }
        }
 }
+#endif
index 3414e32d7e5214a8fa01ec83b05fa97f29c57939..b917e14fde5f080ad2c68eae14b30d97ea8ca78a 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) 2009 Novell, Inc
 //
 
+#if !MONOTOUCH
 using System;
 using System.Collections;
 #if NET_2_0
@@ -123,3 +124,4 @@ namespace Mono.CodeGeneration
                }
        }
 }
+#endif
index 10f5cde25bf7366b2dfacbf148e51bef2bbba017..b66493a558941235c7f4003e97f988bbf936eeb2 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.Reflection;
 using System.Reflection.Emit;
@@ -100,3 +101,4 @@ namespace Mono.CodeGeneration
                }
        }
 }
+#endif
index 712d55ca437c68cf27732c8a80d56f19b434d8ca..52dd50b496e1798096e9ca0fd2a33dcdd32b2e43 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.Reflection;
 using System.Reflection.Emit;
@@ -32,3 +33,4 @@ namespace Mono.CodeGeneration
                public abstract void GenerateSet (ILGenerator gen, CodeExpression value);
        }
 }
+#endif
index a96a0770b72e3d5a5eaadd92a9482541449277ba..93f8394b1a95f16b5089f29d580898ee47ad4cb0 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.Reflection;
 using System.Reflection.Emit;
@@ -52,3 +53,4 @@ namespace Mono.CodeGeneration
                }
        }
 }
+#endif
index 01fc93f6eeae90a31e5944c5a29e44c9a51a1ec4..af682fb2b92144dc592daaf28ec14eefb57cf48c 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.Reflection;
 using System.Reflection.Emit;
@@ -78,3 +79,4 @@ namespace Mono.CodeGeneration
                }
        }
 }
+#endif
index b5d1eb9ce5a01ee8790c3044f21bfa0a8b576d06..41fa2b1fe5f737d7337984209bc0468c97f4b31e 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.Reflection;
 using System.Reflection.Emit;
@@ -84,3 +85,4 @@ namespace Mono.CodeGeneration
                }
        }
 }
+#endif
index 0814a4c5253392691eacba1e72f9a1ad4ead0a8d..d691cfef73903f84b46d3b24f319aeadf724efaf 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.Reflection;
 using System.Reflection.Emit;
@@ -76,3 +77,4 @@ namespace Mono.CodeGeneration
                }
        }
 }
+#endif
index 31be509186aff8f70ab57bda50e1be24555a93eb..ee9ff61616a4564e9f11c1ba997b18a2e6b35517 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.IO;
 
@@ -89,3 +90,4 @@ public class CodeWriter
 }
 
 }
+#endif
index f1fe56cf891326c34f894a6eb5b3703f64985647..e67107ad89490f8ab2197106d3148f11f84411ff 100644 (file)
@@ -21,6 +21,7 @@
 // Copyright (C) Lluis Sanchez Gual, 2004
 //
 
+#if !MONOTOUCH
 using System;
 using System.Reflection;
 using System.Reflection.Emit;
@@ -96,3 +97,4 @@ namespace Mono.CodeGeneration
                
        }
 }
+#endif
index 91c74ccae17e43143ad00e646535b9134da4fc96..76b8353133e5a5cd20444fac8470256be0952d0e 100644 (file)
@@ -25,6 +25,7 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
+#if !MONOTOUCH
 using System;
 using System.Collections.Generic;
 using System.Reflection;
@@ -304,3 +305,4 @@ namespace System.ServiceModel
                }
        }
 }
+#endif