Since MOBILE implies NET_4_* now, take this into account and simplify our ifdefs.
authorRodrigo Kumpera <kumpera@gmail.com>
Mon, 11 Feb 2013 23:40:55 +0000 (18:40 -0500)
committerRodrigo Kumpera <kumpera@gmail.com>
Mon, 11 Feb 2013 23:42:18 +0000 (18:42 -0500)
220 files changed:
mcs/class/Mono.Parallel/Mono.Threading.Tasks/FixedTaskScheduler.cs
mcs/class/Mono.Parallel/Mono.Threading.Tasks/ThreadWorker.cs
mcs/class/System.Core/Assembly/AssemblyInfo.cs
mcs/class/System.Core/Microsoft.Win32.SafeHandles/SafeMemoryMappedViewHandle.cs
mcs/class/System.Core/System.Collections.Generic/HashSet.cs
mcs/class/System.Core/System.IO.MemoryMappedFiles/MemoryMappedFile.cs
mcs/class/System.Core/System.IO.MemoryMappedFiles/MemoryMappedFileAccess.cs
mcs/class/System.Core/System.IO.MemoryMappedFiles/MemoryMappedFileOptions.cs
mcs/class/System.Core/System.IO.MemoryMappedFiles/MemoryMappedFileRights.cs
mcs/class/System.Core/System.IO.MemoryMappedFiles/MemoryMappedFileSecurity.cs
mcs/class/System.Core/System.IO.MemoryMappedFiles/MemoryMappedViewAccessor.cs
mcs/class/System.Core/System.IO.MemoryMappedFiles/MemoryMappedViewStream.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QueryBaseNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QueryCastNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QueryChildNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QueryConcatNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QueryDefaultEmptyNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QueryGroupByNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QueryHeadWorkerNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QueryJoinNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QueryMuxNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QueryOptionNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QueryOrderByNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QueryOrderGuardNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QueryOrderedStreamNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QueryReverseNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QuerySelectManyNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QuerySelectNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QuerySetNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QueryStartNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QueryStreamNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QueryWhereNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/QueryZipNode.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/SetInclusion.cs
mcs/class/System.Core/System.Linq.Parallel.QueryNodes/WrapHelper.cs
mcs/class/System.Core/System.Linq.Parallel/AggregationList.cs
mcs/class/System.Core/System.Linq.Parallel/ConcurrentGrouping.cs
mcs/class/System.Core/System.Linq.Parallel/ConcurrentLookup.cs
mcs/class/System.Core/System.Linq.Parallel/INodeVisitor.cs
mcs/class/System.Core/System.Linq.Parallel/IVisitableNode.cs
mcs/class/System.Core/System.Linq.Parallel/OrderingEnumerator.cs
mcs/class/System.Core/System.Linq.Parallel/ParallelExecuter.cs
mcs/class/System.Core/System.Linq.Parallel/ParallelPartitioner.cs
mcs/class/System.Core/System.Linq.Parallel/ParallelQueryEnumerator.cs
mcs/class/System.Core/System.Linq.Parallel/ParallelQuickSort.cs
mcs/class/System.Core/System.Linq.Parallel/QueryCheckerVisitor.cs
mcs/class/System.Core/System.Linq.Parallel/QueryIsOrderedVisitor.cs
mcs/class/System.Core/System.Linq.Parallel/QueryOptions.cs
mcs/class/System.Core/System.Linq.Parallel/RangeList.cs
mcs/class/System.Core/System.Linq.Parallel/RepeatList.cs
mcs/class/System.Core/System.Linq.Parallel/ReverseList.cs
mcs/class/System.Core/System.Linq.Parallel/StripPartitioner.cs
mcs/class/System.Core/System.Linq.Parallel/TemporaryArea.cs
mcs/class/System.Core/System.Linq/Enumerable.cs
mcs/class/System.Core/System.Linq/EnumerableExecutor.cs
mcs/class/System.Core/System.Linq/EnumerableExecutor_T.cs
mcs/class/System.Core/System.Linq/EnumerableQuery.cs
mcs/class/System.Core/System.Linq/EnumerableQuery_T.cs
mcs/class/System.Core/System.Linq/OrderedParallelQuery.cs
mcs/class/System.Core/System.Linq/ParallelEnumerable.cs
mcs/class/System.Core/System.Linq/ParallelExecutionMode.cs
mcs/class/System.Core/System.Linq/ParallelMergeOptions.cs
mcs/class/System.Core/System.Linq/ParallelQuery.cs
mcs/class/System.Core/System.Linq/Queryable.cs
mcs/class/System.Core/System.Runtime.CompilerServices/DynamicAttribute.cs
mcs/class/System.Core/System.Runtime.CompilerServices/StrongBox_T.cs
mcs/class/System.Core/System.Security.Cryptography/Aes.cs
mcs/class/System.Core/System.Threading.Tasks/TaskExtensions.cs
mcs/class/System.Core/System.Threading/LockRecursionException.cs
mcs/class/System.Core/System/Actions.cs
mcs/class/System.Core/System/Funcs.cs
mcs/class/System.Core/System/InvalidTimeZoneException.cs
mcs/class/System.Core/System/TimeZoneInfo.AdjustmentRule.cs
mcs/class/System.Core/System/TimeZoneInfo.TransitionTime.cs
mcs/class/System.Core/System/TimeZoneInfo.cs
mcs/class/System.Core/System/TimeZoneNotFoundException.cs
mcs/class/System.ServiceModel/System.ServiceModel/AllEnums.cs
mcs/class/System.ServiceModel/System.ServiceModel/BasicHttpSecurity.cs
mcs/class/System.ServiceModel/System.ServiceModel/HttpTransportSecurity.cs
mcs/class/System.XML/System.Xml/XmlReader.cs
mcs/class/System.XML/System.Xml/XmlWriter.cs
mcs/class/System.XML/System.Xml/XmlWriterSettings.cs
mcs/class/System.Xml.Linq/System.Xml.Linq/SaveOptions.cs
mcs/class/System.Xml.Linq/System.Xml.Linq/XElement.cs
mcs/class/System/System.Collections.Concurrent/BlockingCollection.cs
mcs/class/System/System.Collections.Concurrent/ConcurrentBag.cs
mcs/class/System/System.Collections.Generic/SortedSet.cs
mcs/class/System/System.Collections.ObjectModel/ObservableCollection.cs
mcs/class/System/System.Collections.ObjectModel/ReadOnlyObservableCollection.cs
mcs/class/System/System.Collections.Specialized/INotifyCollectionChanged.cs
mcs/class/System/System.Collections.Specialized/NotifyCollectionChangedAction.cs
mcs/class/System/System.Collections.Specialized/NotifyCollectionChangedEventArgs.cs
mcs/class/System/System.Collections.Specialized/NotifyCollectionChangedEventHandler.cs
mcs/class/System/System.Diagnostics/Debug.cs
mcs/class/System/System.Diagnostics/Stopwatch.cs
mcs/class/System/System.Net/HttpWebRequest.cs
mcs/class/System/System.Net/WebRequest.cs
mcs/class/System/System.Net/WebResponse.cs
mcs/class/System/System.Threading/Barrier.cs
mcs/class/System/System.Threading/BarrierPostPhaseException.cs
mcs/class/System/System.Windows.Input/ICommand.cs
mcs/class/System/System/Uri.cs
mcs/class/corlib/System.Collections.Concurrent.Partitioners/EnumerablePartitioner.cs
mcs/class/corlib/System.Collections.Concurrent.Partitioners/ListPartitioner.cs
mcs/class/corlib/System.Collections.Concurrent.Partitioners/UserRangePartitioner.cs
mcs/class/corlib/System.Collections.Concurrent/ConcurrentDictionary.cs
mcs/class/corlib/System.Collections.Concurrent/ConcurrentOrderedList.cs
mcs/class/corlib/System.Collections.Concurrent/ConcurrentQueue.cs
mcs/class/corlib/System.Collections.Concurrent/ConcurrentStack.cs
mcs/class/corlib/System.Collections.Concurrent/IProducerConsumerCollection.cs
mcs/class/corlib/System.Collections.Concurrent/OrderablePartitioner.cs
mcs/class/corlib/System.Collections.Concurrent/Partitioner.cs
mcs/class/corlib/System.Collections.Concurrent/SplitOrderedList.cs
mcs/class/corlib/System.Collections/IStructuralComparable.cs
mcs/class/corlib/System.Collections/IStructuralEquatable.cs
mcs/class/corlib/System.Globalization/CultureNotFoundException.cs
mcs/class/corlib/System.Globalization/TimeSpanStyles.cs
mcs/class/corlib/System.IO.IsolatedStorage/IsolatedStorage.cs
mcs/class/corlib/System.IO.IsolatedStorage/IsolatedStorageFile.cs
mcs/class/corlib/System.IO.IsolatedStorage/IsolatedStorageFileStream.cs
mcs/class/corlib/System.IO.IsolatedStorage/IsolatedStorageSecurityOptions.cs
mcs/class/corlib/System.IO.IsolatedStorage/IsolatedStorageSecurityState.cs
mcs/class/corlib/System.IO/Directory.cs
mcs/class/corlib/System.IO/DirectoryInfo.cs
mcs/class/corlib/System.IO/File.cs
mcs/class/corlib/System.IO/FileStream.cs
mcs/class/corlib/System.IO/Path.cs
mcs/class/corlib/System.IO/Stream.cs
mcs/class/corlib/System.IO/UnmanagedMemoryAccessor.cs
mcs/class/corlib/System.IO/UnmanagedMemoryStream.cs
mcs/class/corlib/System.Reflection.Emit/AssemblyBuilder.cs
mcs/class/corlib/System.Reflection.Emit/ILGenerator.cs
mcs/class/corlib/System.Reflection.Emit/ModuleBuilder.cs
mcs/class/corlib/System.Reflection/Assembly.cs
mcs/class/corlib/System.Reflection/Module.cs
mcs/class/corlib/System.Reflection/MonoAssembly.cs
mcs/class/corlib/System.Reflection/MonoModule.cs
mcs/class/corlib/System.Runtime.CompilerServices/ConditionalWeakTable.cs
mcs/class/corlib/System.Runtime.CompilerServices/ReferenceAssemblyAttribute.cs
mcs/class/corlib/System.Runtime.CompilerServices/TypeForwardedFromAttribute.cs
mcs/class/corlib/System.Runtime.InteropServices/SafeBuffer.cs
mcs/class/corlib/System.Runtime.Versioning/TargetFrameworkAttribute.cs
mcs/class/corlib/System.Text/StringBuilder.cs
mcs/class/corlib/System.Threading.Tasks/CyclicDeque.cs
mcs/class/corlib/System.Threading.Tasks/IConcurrentDeque.cs
mcs/class/corlib/System.Threading.Tasks/IScheduler.cs
mcs/class/corlib/System.Threading.Tasks/Parallel.cs
mcs/class/corlib/System.Threading.Tasks/ParallelLoopResult.cs
mcs/class/corlib/System.Threading.Tasks/ParallelLoopState.cs
mcs/class/corlib/System.Threading.Tasks/ParallelOptions.cs
mcs/class/corlib/System.Threading.Tasks/PopResult.cs
mcs/class/corlib/System.Threading.Tasks/SimpleConcurrentBag.cs
mcs/class/corlib/System.Threading.Tasks/SynchronizationContextScheduler.cs
mcs/class/corlib/System.Threading.Tasks/Task.cs
mcs/class/corlib/System.Threading.Tasks/TaskActionInvoker.cs
mcs/class/corlib/System.Threading.Tasks/TaskCanceledException.cs
mcs/class/corlib/System.Threading.Tasks/TaskCompletionQueue.cs
mcs/class/corlib/System.Threading.Tasks/TaskCompletionSource.cs
mcs/class/corlib/System.Threading.Tasks/TaskConstants.cs
mcs/class/corlib/System.Threading.Tasks/TaskConstants_T.cs
mcs/class/corlib/System.Threading.Tasks/TaskContinuation.cs
mcs/class/corlib/System.Threading.Tasks/TaskContinuationOptions.cs
mcs/class/corlib/System.Threading.Tasks/TaskCreationOptions.cs
mcs/class/corlib/System.Threading.Tasks/TaskDebuggerView.cs
mcs/class/corlib/System.Threading.Tasks/TaskExceptionSlot.cs
mcs/class/corlib/System.Threading.Tasks/TaskExtensionsImpl.cs
mcs/class/corlib/System.Threading.Tasks/TaskFactory.cs
mcs/class/corlib/System.Threading.Tasks/TaskFactory_T.cs
mcs/class/corlib/System.Threading.Tasks/TaskScheduler.cs
mcs/class/corlib/System.Threading.Tasks/TaskSchedulerException.cs
mcs/class/corlib/System.Threading.Tasks/TaskStatus.cs
mcs/class/corlib/System.Threading.Tasks/Task_T.cs
mcs/class/corlib/System.Threading.Tasks/TpScheduler.cs
mcs/class/corlib/System.Threading.Tasks/UnobservedTaskExceptionEventArgs.cs
mcs/class/corlib/System.Threading/AsyncFlowControl.cs
mcs/class/corlib/System.Threading/CancellationToken.cs
mcs/class/corlib/System.Threading/CancellationTokenRegistration.cs
mcs/class/corlib/System.Threading/CancellationTokenSource.cs
mcs/class/corlib/System.Threading/CountdownEvent.cs
mcs/class/corlib/System.Threading/LazyInitializer.cs
mcs/class/corlib/System.Threading/LazyThreadSafetyMode.cs
mcs/class/corlib/System.Threading/LockRecursionException.cs
mcs/class/corlib/System.Threading/ManualResetEventSlim.cs
mcs/class/corlib/System.Threading/Monitor.cs
mcs/class/corlib/System.Threading/SemaphoreSlim.cs
mcs/class/corlib/System.Threading/SpinLock.cs
mcs/class/corlib/System.Threading/SpinWait.cs
mcs/class/corlib/System.Threading/Thread.cs
mcs/class/corlib/System.Threading/ThreadLocal.cs
mcs/class/corlib/System.Threading/WaitHandle.cs
mcs/class/corlib/System.Threading/Watch.cs
mcs/class/corlib/System/Action.cs
mcs/class/corlib/System/AggregateException.cs
mcs/class/corlib/System/AppDomain.cs
mcs/class/corlib/System/AppDomainSetup.cs
mcs/class/corlib/System/Array.cs
mcs/class/corlib/System/Enum.cs
mcs/class/corlib/System/Environment.cs
mcs/class/corlib/System/Funcs.cs
mcs/class/corlib/System/GC.cs
mcs/class/corlib/System/Guid.cs
mcs/class/corlib/System/IObservable.cs
mcs/class/corlib/System/IObserver.cs
mcs/class/corlib/System/IntPtr.cs
mcs/class/corlib/System/InvalidTimeZoneException.cs
mcs/class/corlib/System/Lazy.cs
mcs/class/corlib/System/OperationCanceledException.cs
mcs/class/corlib/System/String.cs
mcs/class/corlib/System/TimeSpan.cs
mcs/class/corlib/System/TimeZoneNotFoundException.cs
mcs/class/corlib/System/Tuple.cs
mcs/class/corlib/System/Tuples.cs
mcs/class/corlib/System/TypeAccessException.cs
mcs/class/corlib/System/Version.cs
mcs/class/corlib/Test/System.Text/StringBuilderTest.cs
mcs/class/corlib/Test/System.Threading.Tasks/TaskFactoryTest.cs
mcs/class/corlib/Test/System.Threading.Tasks/TaskFactoryTest_T.cs
mcs/class/corlib/Test/System.Threading/CancellationTokenSourceTest.cs
mcs/class/corlib/Test/System.Threading/CancellationTokenTests.cs
mcs/class/corlib/Test/System.Threading/LazyInitializerTest.cs

index 00481ffe79cc9b817560cccd78fd5b193a46f0b2..da656a5786820889dbe146a59124a1ff1fddef52 100644 (file)
@@ -22,7 +22,7 @@
 //
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Threading;
 using System.Threading.Tasks;
index d205e250ee31f57e94badce72b89c7a2c2a3ea0a..575763cc4357c3c72a4e3c7323541375272a139b 100644 (file)
@@ -22,7 +22,7 @@
 //
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Threading;
 using System.Collections.Concurrent;
index bff4cecec0b30df80ff5ccd3788fcd7fba6a3a88..c5a221b8b95a4145a9ab6988df2beafd67ee6c04 100644 (file)
@@ -67,7 +67,7 @@ using System.Runtime.InteropServices;
 
 [assembly: ComVisible (false)]
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 [assembly: TypeForwardedTo (typeof (System.Security.Cryptography.Aes))]
 #endif
 
index 7c54a2bedd1980cef09d9dfe352cdedf49ead32b..b7cf6b04c72093539233a2f2a9a619887d59faa5 100644 (file)
@@ -26,7 +26,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.IO;
index 1bcfb6d000c171208122067f1468d7faa16a3a0a..9dd1475ba844f1ba1883cf1d233ceb8a0e5bd108 100644 (file)
@@ -44,7 +44,7 @@ namespace System.Collections.Generic {
        [DebuggerDisplay ("Count={Count}")]
        [DebuggerTypeProxy (typeof (CollectionDebuggerView<,>))]
        public class HashSet<T> : ICollection<T>, ISerializable, IDeserializationCallback
-#if NET_4_0 || MOBILE
+#if NET_4_0
                                                        , ISet<T>
 #endif
        {
index c4f9a6624d67e6c90033b83d82a748c2d78fa9f0..005f0882ac6054af1f4e178830065b0ee32aa6a7 100644 (file)
@@ -26,7 +26,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.IO;
index c2137e4935110b15da87767c66dfc08e1de9f261..eaf4473c727aec18836dbec7b92c54b4ec7a1e9f 100644 (file)
@@ -26,7 +26,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.IO;
index e23f5d225448b0a697bd71c299281aade40281a3..ced4a161b2dd272c975f61defd4aa3147554e8ca 100644 (file)
@@ -26,7 +26,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.IO;
index 1d06928aeacff3fd56be2133548c88b55856cf63..517ed6cbf80e7293ebfedf5b3ce341fa9a0c55a6 100644 (file)
@@ -26,7 +26,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.IO;
index e4fed7977c7f0ec905d513846388016b650065e2..e74c10edfa45b3d55715b862efcf80c300b764bc 100644 (file)
@@ -26,7 +26,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System.Security.AccessControl;
 
index 288930202882696e6387803d56de3e56f4630c77..0535337210d4297a24a44074269833d6f9e402df 100644 (file)
@@ -26,7 +26,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.IO;
index 2309618303020d326445b7dad61d79d75dae6467..aefda1bb70ff67ed4fd4d567b3c6704708f5af75 100644 (file)
@@ -26,7 +26,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.IO;
index 99879ac443197ebedf95df7e23b7577f78edd8d0..37cc578c3168c35e032dede542fc1d42fc752c6e 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Threading;
 using System.Threading.Tasks;
index 1fa3f407e38e51af0dac7510d4ce6fb3149b883d..4dbb49b23b43f776ca7cfdc1ee647ce91c7056ed 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Threading;
 using System.Threading.Tasks;
index ab5043a5cc3b140a32b4e489e4fdeaf4ea1eb949..646d7e76715c5dcac09b6c163e4d9c00131c0987 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 
 namespace System.Linq.Parallel.QueryNodes
index 2942b5162b88974cd2669fed61c4a9900e7cb961..e09dfbf9543e143e154145ba89f3cfad81328d24 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Threading;
 using System.Collections;
index 7d86b63f9e4290773e34239688a325f74cc4a9f6..c3b766eaa2a5121f9c1b947bbd249f6fd5ca669f 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Threading;
 using System.Collections;
index 69dbbb1bd18987f15b40820364fb4aeea4041a34..55bd421f0fab7ff1ae8563ee8b4832cf0f96bd9d 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Threading;
 using System.Collections;
index 6918086e5b85716020a23158b42e9c279592b15a..223783fa5fccbb3db6af7e25106e95c0425dcc3b 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Threading;
 using System.Collections;
index 61b9162e1f32d4b122f5b0b42c488bcf7dcf3789..79ed83eb11cc5400c7cac2c21eb452a7a3469194 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Threading;
 using System.Collections;
index 6ca3ab0dd96a6bb2b6d37709cfe388b1b42d43c9..4a320c78935eed7e7be979c04ef372f8e58effb3 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Linq;
 using System.Collections.Generic;
index 1a3eb63628c1a379607b85d63c6b15a1a375c7a2..a6c713e26b8b9ba59fd2d77ae68c38e2b29d697a 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Threading;
 using System.Collections.Generic;
index 1dba782eff6a964bd8dd37d97d0d55acb9972fd8..d3b7caeeb9be0938344f0d6cb07e8e9af6db505a 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Threading;
 using System.Collections;
index 047fd9ac227022bd3662c3ff0602ce7542d703ad..4b4b75daf3f67236ca3aaa7ca33dbaeaf4e2b11d 100644 (file)
@@ -23,7 +23,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Collections.Generic;
 
index 266b68035807245b6c30e30b819be6b5bf1c2cc2..388ae95251779beff491ee8adf7d50f5113bdd3f 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 
 namespace System.Linq.Parallel.QueryNodes
index 982abd3cc5382f57b8a6146d68e4431a6da08fbc..c7128658a430a3621df2781cde7b09688330230e 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Linq;
 using System.Threading;
index 2d7d0d1115c4cc81ba98b77dd1284248e493f04a..815cb5fc9f630ee47af3f3d92d0dae330c17f07c 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Threading;
 using System.Collections;
index 50daf099ae6f4ad5b6056df53fbb7a74c292f069..78ffd83af200065b894cc93828549d74da5930cb 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Linq;
 using System.Collections.Generic;
index 68a531a3ae2cdc0b5f8fe3d4f2f47cedf01d68b0..7e3d18be23284badef30c686438d264e53cf4e57 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Linq;
 using System.Collections.Generic;
index 8bffdfad7058f970a81aaf6dee6aca8d82b8088d..f1fd930ee05c0dc1d5e77297efd8509e62756dfb 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Collections;
 using System.Collections.Generic;
index 8dab7cfe87065a48d7d4f6e2c261e9e304dec176..cd1700f33e05b4fdaf54fb9e7324756a75fc955f 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Threading;
 using System.Threading.Tasks;
index fe9ca8a90edfa3c3cd003e19cc5a61cfbec87ff1..8d9c9ad7f5fe383781fa113b9455d5777b61e1d3 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Linq;
 using System.Threading;
index 124027b6b04216ffcef9e97c7495c67cea7abb8e..9b9b475ac6807aa71047e8b93ff111d998d485d8 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Threading;
 using System.Linq;
index 63f043d2f1e7a3b7cc0903b9ab6d5aabcb7b17f6..8baf43450bc0cd41148035d36e6102dee4cf2ffc 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Linq;
 using System.Collections.Generic;
index 4d51db0a76558a8a47625582ab4a306c1d4af43d..b3239e4165fd4ea3c2dc806199774ea640f769c0 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Linq;
 using System.Collections;
index 225fcac9a9c04cd8b38212cb2c0acbc91ba21aab..0d403ed3a4c8688a1468012e94ad08b0e90769fc 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Collections;
 using System.Collections.Generic;
index 7e6668429223af2ad0ea7250b9f533a7ee27c3e5..3864b48a5310e6ce18cc7d468f26aff7c3cff97b 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Threading;
 using System.Collections;
index c355d955e1b227ce1aad059a5287c62640fc8d45..6795cf02190384ee8b6e3cd317d4ac181dfe88e5 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Threading;
 using System.Collections;
index 90bbee4f174edfee90d0ac8bde72609e79e2e9a9..5b68a4425a5919342c4995a2f84b924e94a47f7a 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Linq.Parallel.QueryNodes;
 
index 9be102c0c03307f564fbdcf4cfbdcec5d0c0f250..013dc53598a27f71103203b7b63e39b01c9d44a0 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 
 namespace System.Linq.Parallel
index 40023031dccdf704700f4958b4756b3ed3d0f4b6..6012f7904937ae426aeb08f2035a959fe89673a1 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Threading;
 using System.Collections;
index 5f78b5165d275389a2c9eb86730f8c24892bb243..96a5fe1f8e3f7d10c24b84cda5d57a66d17c14d6 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Threading;
 using System.Threading.Tasks;
index e9a61cf9110516666661ce062ff1e44a01e417fc..e9bf2f8b4e2b3c127dd38d3670d47d3336a80b96 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Collections.Generic;
index c30266abd18056050cd96c078bf2a54c21ad70fd..a3d17520c621a196870207279f454957e72c2565 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Threading;
 using System.Collections;
index 29f357e5a6fed5112ce45b279d2e2d7e5b60c96e..cb46dcc86aed7a10eba8370528dcb89a34cf89e9 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Linq;
 using System.Collections;
index c0ce24e0f1cdfdd109569563964bc0f61bf4cfe7..1bf8f6b3cc671ca4b6bdba9ebb215c73b54ccc1f 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Threading;
 using System.Linq.Parallel.QueryNodes;
index debc0d8af155219e6d9ceed1daa8c72d36f9f650..01cab21f68eddda7c890fa44c29cccae4900daff 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Threading;
 using System.Linq.Parallel.QueryNodes;
index 9ec67ef6d4ab537fb828ddd97ead2c74d6fc6a8e..7ca9a8586d3edca94fcf833e8ff9e133ef6f2c60 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Threading;
 
index cd58ed8bacc18d668e0f008af8e7c2436f2d0901..5a8985bbe69395ea482688710c969184c949f289 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Collections;
 using System.Collections.Generic;
index b506897b37593fccc3e59a81219d25dfcb167b71..e2c99d2ed57e249dc417efd9a004de38fcc0fb87 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Collections;
 using System.Collections.Generic;
index 628d925917f0d9d78b412835ef1fc967eb44c5ac..909de501bda294746b1f09c93f8f4a58086051c7 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System.Linq;
 using System.Threading;
 using System.Collections;
index 62be137a81c5643a8aa6c610234f4531314ac673..8b4c41210c96d6f819e020e4f869127b25113cc6 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Threading;
 using System.Collections.Generic;
index 6ebc18e97322a3ae5d3e1dbecf8c0f73723a3456..b8be6abc055c541ce38e60a69ed1a5a4853f7482 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Threading;
 using System.Collections;
index 5f2d8ea42ac699c1d108af5784682c8c313de0e0..89547d0a059a2f196ca70cd897616932fcbcc897 100644 (file)
@@ -3072,7 +3072,7 @@ namespace System.Linq
 
                #endregion
                
-#if NET_4_0 || MOBILE
+#if NET_4_0
                #region Zip
                
                public static IEnumerable<TResult> Zip<TFirst, TSecond, TResult> (this IEnumerable<TFirst> first, IEnumerable<TSecond> second, Func<TFirst, TSecond, TResult> resultSelector)
index 3d3425eff30fae761fe46742889908a45412035f..7d7b16abbf04c8c908eb6c3cba9ecd67ea7bc09d 100644 (file)
@@ -26,7 +26,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 namespace System.Linq
 {
index 9e4d10adaffa03cabe3cfb7dbcea72b018691f34..8558f095f1f74cdb031b8f9dbbacb58619c3fe36 100644 (file)
@@ -26,7 +26,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System.Linq.Expressions;
 
index 93b3e5df30a65de3783b3cb7a242f6f0c9a660f0..3ead6e60bad64ecbab461fbaaf67bcda882f216c 100644 (file)
@@ -26,7 +26,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 namespace System.Linq
 {
index 95b07cec5c43f301ba9d7d67ce42e7853bbc6f99..b5e2bce9280f0377f37181351d94ad230a75c248 100644 (file)
@@ -27,7 +27,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System.Collections;
 using System.Collections.Generic;
index 1bd7949c8c92ae596864b713df2730d7181a9532..842555c4c4b77ce44bd69bc969ee80bf19bd7420 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Threading;
 using System.Collections;
index 9d093826f153764aba356a019b8a501bbfaa9c22..44b45c35820b330db69ccb304de3651155699521 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Threading;
 using System.Collections;
index 888824959b5b265c781ebe052c9d7f125262a1a1..7b6687cfd749c90878d9b1cf6de81f45dab86af9 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 
 namespace System.Linq
index 6073516aa698a3dbcf5476dde52ef5324d3d2989..f40defc99f0bc7f513cdcf2c12b6cbab772f7c7f 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 
 namespace System.Linq
index 4bf5922d83fbc85663d0aa655a977b88ce4c25f5..c5ea95e41b04eee69cc640a60da115bb4dd74402 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Threading;
index 097ab9fd6097ed8312fb4f305279d9f7c94bed36..b2fedba0c2fc353e5f41cacb429a88eb9625aa7e 100644 (file)
@@ -1603,7 +1603,7 @@ namespace System.Linq {
 
                #endregion
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                #region Zip
 
                public static IQueryable<TResult> Zip<TFirst, TSecond, TResult> (this IQueryable<TFirst> source1, IEnumerable<TSecond> source2, Expression<Func<TFirst, TSecond, TResult>> resultSelector)
index 001ed77c7e41ea3efcfda1e1142be2eb071c13ed..2d9f7e078476423523d387d28a798230b1f3888d 100644 (file)
@@ -26,7 +26,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Collections.Generic;
index fd62f52970cb95851344960319bd0bbe19af47dc..877501e8d327b731eb788186d2e4c010b0eed860 100644 (file)
@@ -32,7 +32,7 @@ namespace System.Runtime.CompilerServices {
 
                public T Value;
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public StrongBox ()
                {
                }
index fe32df33610e4b5626d7243c33a3d67c0f8ecaf6..12d2a0dbbdd0b7247360025e1135277a2684eca6 100644 (file)
@@ -31,7 +31,7 @@
 //
 
 // Since 4.0 (both FX and SL) this type is defined in mscorlib - before 4.0 it was in System.Core.dll
-#if (INSIDE_CORLIB && (NET_4_0 || MOBILE)) || (!INSIDE_CORLIB && !NET_4_0 && !MOBILE)
+#if (INSIDE_CORLIB && (NET_4_0)) || (!INSIDE_CORLIB && !NET_4_0 && !MOBILE)
 
 using System.Runtime.CompilerServices;
 using System.Runtime.InteropServices;
index c85ccfc61597908188b55c4a87978ceb2dfea647..4206c53de1c19369aa4c10e028cd7f9f750e7a9c 100644 (file)
@@ -28,7 +28,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 namespace System.Threading.Tasks 
 {
index 920465ae861f1bc47ea55b67b8fd8c01cf6006a3..974f7373bde7c647459b53f90ee895ff7d5d35f5 100644 (file)
@@ -24,7 +24,7 @@
  * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Runtime.CompilerServices;
index 4fde298ba5a7abb7808faa7b85b829e1f92ed4f4..3768e244bc89e794605354850f9bc494ad09084a 100644 (file)
@@ -29,7 +29,7 @@
 using System;
 using System.Runtime.CompilerServices;
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 [assembly:TypeForwardedTo (typeof(Action<>))]
 [assembly:TypeForwardedTo (typeof(Action<,>))]
 [assembly:TypeForwardedTo (typeof(Action<,,>))]
@@ -39,7 +39,7 @@ using System.Runtime.CompilerServices;
 
 namespace System
 {
-#if NET_4_0 || MOBILE
+#if NET_4_0
        public delegate void Action<in T1, in T2, in T3, in T4, in T5, in T6, in T7, in T8, in T9> (
                T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9);
 
index 912c1a0452592bb6d1f40fa39d13d25771eb85d6..dcb6e33ab13b84fa837a876fe5d9de7b7e08f72f 100644 (file)
@@ -25,7 +25,7 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Runtime.CompilerServices;
 
@@ -38,7 +38,7 @@ using System.Runtime.CompilerServices;
 
 namespace System
 {
-#if NET_4_0 || MOBILE
+#if NET_4_0
        public delegate TResult Func<in T1, in T2, in T3, in T4, in T5, in T6, in T7, in T8, in T9, out TResult> (
                T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9);
 
index 9dd880d1d77965c213f58c319c27e1d087e332f0..e2182cf5ced84755546d9b360154e04028977c85 100644 (file)
@@ -24,7 +24,7 @@
  * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Runtime.CompilerServices;
index 3493f2d3f11c3b491f5f8979f8f0c0e67a8cf470..d3c16f4fdef29d289cf79bfbd500806458d9f9c6 100644 (file)
@@ -24,7 +24,7 @@
  * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#if (INSIDE_CORLIB && (NET_4_0 || MOBILE)) || (!INSIDE_CORLIB && (NET_3_5 && !NET_4_0 && !MOBILE))
+#if (INSIDE_CORLIB && NET_4_0) || (!INSIDE_CORLIB && (NET_3_5 && !NET_4_0 && !MOBILE))
 using System.Runtime.CompilerServices;
 using System.Runtime.Serialization;
 
index f6d6eae659bd6eeb1878cc851e85db00971bf912..a914ed19b3d2649b69b83215207bdf3fc1d842a0 100644 (file)
@@ -24,7 +24,7 @@
  * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#if (INSIDE_CORLIB && (NET_4_0 || MOBILE)) || (!INSIDE_CORLIB && (NET_3_5 && !NET_4_0 && !MOBILE))
+#if (INSIDE_CORLIB && NET_4_0) || (!INSIDE_CORLIB && (NET_3_5 && !NET_4_0 && !MOBILE))
 
 using System.Runtime.CompilerServices;
 using System.Runtime.Serialization;
index bb670c84a673fcf0ada8c8022cef1c60ad5d3dce..e8e5ad7c3d9715ef13b9fa6aab3a03338912c1bf 100644 (file)
 using System;
 using System.Runtime.CompilerServices;
 
-#if !INSIDE_CORLIB && (NET_4_0 || MOBILE)
+#if !INSIDE_CORLIB && NET_4_0
 
 [assembly:TypeForwardedTo (typeof(TimeZoneInfo))]
 
-#elif (INSIDE_CORLIB && (NET_4_0 || MOBILE)) || (!INSIDE_CORLIB && (NET_3_5 && !NET_4_0 && !MOBILE))
+#elif (INSIDE_CORLIB && NET_4_0) || (!INSIDE_CORLIB && (NET_3_5 && !NET_4_0 && !MOBILE))
 
 using System.Collections.Generic;
 using System.Collections.ObjectModel;
index c0c49c29bba82fdf3c311cb700ad2ec49d53c92c..2364e937ca0cb336e64f3b34d9e0218d08a4da71 100644 (file)
@@ -24,7 +24,7 @@
  * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Runtime.CompilerServices;
index 83a4a187c563e4ae9eb10f2c493a6c601f85d36f..5beb4fe90223553420f17a6a5ef72fa17d7835d8 100644 (file)
@@ -74,7 +74,7 @@ namespace System.ServiceModel
                TransportCredentialOnly,
        }
 
-#if NET_4_5 || MOBILE
+#if NET_4_5
        public enum BasicHttpsSecurityMode
        {
                Transport,
index cfad4356b720aafff00d748e484707c0c0f2f422..889f9e74c4006563ef3dd052b99b7110d1b763e5 100644 (file)
@@ -33,7 +33,7 @@ namespace System.ServiceModel
 {
        public sealed class BasicHttpSecurity
        {
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public BasicHttpSecurity ()
                {
                        this.mode = BasicHttpSecurityMode.None;
@@ -55,7 +55,7 @@ namespace System.ServiceModel
 
                public BasicHttpMessageSecurity Message {
                        get { return message; }
-#if NET_4_0 || MOBILE
+#if NET_4_0
                        set { message = value; }
 #endif
                }
@@ -67,7 +67,7 @@ namespace System.ServiceModel
 
                public HttpTransportSecurity Transport {
                        get { return transport; }
-#if NET_4_0 || MOBILE
+#if NET_4_0
                        set { transport = value; }
 #endif
                }
index b64770a0e9d60331ca0ac0819036b8aad48ac950..7e6c0fbf82ec135f342f58581c63b7a4f8ab6c00 100644 (file)
@@ -39,7 +39,7 @@ namespace System.ServiceModel
                HttpProxyCredentialType proxy;
                string realm = String.Empty;
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public
 #else
                internal
index 61878fb79683c11c5b2e65e21af8d7c617eb1395..fba2950f03752d644232c77e8b361d5631f320ab 100644 (file)
@@ -488,7 +488,7 @@ namespace System.Xml
                        return xvr != null ? xvr : reader;
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public void Dispose ()
 #else
                void IDisposable.Dispose() 
index 79ab7b22beedf9ca50b33bc5ebf0bff32b42f4dd..0309709cfdcda1fe779169f5b6698fb50cdaf75b 100755 (executable)
@@ -189,7 +189,7 @@ namespace System.Xml
                        Close ();
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public void Dispose ()
 #else
                void IDisposable.Dispose() 
index 40425f4e3b79b28f86528b3367a1db570d229236..ccfaadfd2889119bbc404acabfe0f29c150774cc 100644 (file)
@@ -162,7 +162,7 @@ namespace System.Xml
                        //set { outputMethod = value; }
                }
 
-#if MOBILE || NET_4_0
+#if NET_4_0
                public
 #else
                internal
index 4868a8ba409603d0be680b2d7355359bc37ee706..f2753fc07cf201243b7a75c148b98d40fc4773ad 100644 (file)
@@ -33,7 +33,7 @@ namespace System.Xml.Linq
        {
                None = 0,
                DisableFormatting = 1,
-#if NET_4_0 || MOBILE
+#if NET_4_0
                OmitDuplicateNamespaces = 2
 #endif
        }
index d2abc59910f6d69a1ce6893230e58db3f87e7430..80ba33b662332394e89f44393fbe7ea925b47263 100644 (file)
@@ -462,7 +462,7 @@ namespace System.Xml.Linq
                        }
                }
 
-#if MOBILE || NET_4_0
+#if NET_4_0
                public static XElement Load (Stream stream)
                {
                        return Load (stream, LoadOptions.None);
@@ -544,7 +544,7 @@ namespace System.Xml.Linq
 
                        if ((options & SaveOptions.DisableFormatting) == SaveOptions.None)
                                s.Indent = true;
-#if NET_4_0 || MOBILE
+#if NET_4_0
                        if ((options & SaveOptions.OmitDuplicateNamespaces) == SaveOptions.OmitDuplicateNamespaces)
                                s.NamespaceHandling |= NamespaceHandling.OmitDuplicates;
 #endif
@@ -564,7 +564,7 @@ namespace System.Xml.Linq
                        
                        if ((options & SaveOptions.DisableFormatting) == SaveOptions.None)
                                s.Indent = true;
-#if NET_4_0 || MOBILE
+#if NET_4_0
                        if ((options & SaveOptions.OmitDuplicateNamespaces) == SaveOptions.OmitDuplicateNamespaces)
                                s.NamespaceHandling |= NamespaceHandling.OmitDuplicates;
 #endif
@@ -578,7 +578,7 @@ namespace System.Xml.Linq
                        WriteTo (writer);
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public void Save (Stream stream)
                {
                        Save (stream, SaveOptions.None);
index b72c5eabc9d0b18d8a487e8cec6804128231f2da..e5fb5ad7f59eff5bb9778826056e2e21b312a860 100644 (file)
@@ -23,7 +23,7 @@
 //
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Threading;
index 233662a8d7701ce90e49416083f9add271a4fe05..5998c061ab0302690b8f07f5328a0919759de805 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Collections;
 using System.Collections.Generic;
index ab9230b7a756cec8d457f935a891858cf9e9a57c..1c7f2ecce6b8a872cfba0233793d82473e59a7e7 100644 (file)
@@ -37,7 +37,7 @@ using System.Diagnostics;
 
 // SortedSet is basically implemented as a reduction of SortedDictionary<K, V>
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 namespace System.Collections.Generic {
 
index 33af6dae735101cb2026d853bfb4790b1ab9be32..6c26e8795f62cf037c1eddafeec9a8dd8ce73aa3 100644 (file)
@@ -26,7 +26,7 @@
 //     Marek Safar (marek.safar@gmail.com)
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System.Collections.Generic;
 using System.Collections.Specialized;
 using System.ComponentModel;
index 815e40fd5248ee4acc1ad2c9b8913c24ac104a57..baa05c038d2c01bfa299c1a47ae1b3798f3c4510 100644 (file)
@@ -23,7 +23,7 @@
 //     Chris Toshok (toshok@novell.com)
 //     Brian O'Keefe (zer0keefie@gmail.com)
 //
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System.Collections.Specialized;
 using System.ComponentModel;
 using System.Runtime.CompilerServices;
index f73384ce945ca85f10630a367416744f5b93c24b..a0e633556d241d7955b30390ef103bf6d8a89c24 100644 (file)
@@ -23,7 +23,7 @@
 //     Chris Toshok (toshok@ximian.com)
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System.Runtime.CompilerServices;
 
 namespace System.Collections.Specialized {
index d10d8b5fbfb39965f15aeaa0ef30afc12f747554..55d5d1cf4c8bb259ed6310d21f78403b4e326397 100644 (file)
@@ -22,7 +22,7 @@
 // Authors:
 //     Chris Toshok (toshok@ximian.com)
 //
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System.Runtime.CompilerServices;
 
 namespace System.Collections.Specialized
index 18d2d3d91f6648a3a2baa7a18cdc27c0f74423d4..26d9ee8129e40572a92f3fef081251c5b84def7c 100644 (file)
@@ -23,7 +23,7 @@
 //     Chris Toshok (toshok@ximian.com)
 //     Brian O'Keefe (zer0keefie@gmail.com)
 //
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System.Runtime.CompilerServices;
 
 namespace System.Collections.Specialized
index 5d49e502fd185ec09cca04816703d60666d9a203..66b3f9e6fc20d1d0ed36a1c5821cb713dc0c4b84 100644 (file)
@@ -22,7 +22,7 @@
 // Authors:
 //     Chris Toshok (toshok@ximian.com)
 //
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System.Runtime.CompilerServices;
 
 namespace System.Collections.Specialized
index d414d7169f80ed5bd0460b86252976f8e3abd38f..6608f60f855372433ce41475932dd2b0e96273fb 100644 (file)
@@ -76,7 +76,7 @@ namespace System.Diagnostics {
                        TraceImpl.Assert (condition, message, detailMessage);
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                [Conditional ("DEBUG")]
                public static void Assert (bool condition, string message,
                        string detailMessageFormat, params object [] args)
@@ -185,7 +185,7 @@ namespace System.Diagnostics {
                        TraceImpl.WriteLine (message);
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                [Conditional("DEBUG")]
                public static void WriteLine (string format, params object [] args)
                {
index e0efe160429494da26552fa289a889249eb15cd7..e5eb6cf682b5e1c29582c6163830acb01a042422 100644 (file)
@@ -116,7 +116,7 @@ namespace System.Diagnostics
                        is_running = false;
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public void Restart ()
                {
                        started = GetTimestamp ();
index ad58ccd256507f3ad4de475f7e9a3621e2d8ef49..53ca8652687782eed0412a6e770e7db63841e693 100644 (file)
@@ -556,7 +556,7 @@ namespace System.Net
                internal ServicePoint ServicePointNoLock {
                        get { return servicePoint; }
                }
-#if NET_4_5 || MOBILE
+#if NET_4_5
                [MonoTODO ("for portable library support")]
                public bool SupportsCookieContainer { 
                        get {
index f5cb68cc18ce065f31f0ced155ee71fe2a1687e4..cd9052cdf762b1d0054243b6e2c2aa5026358ff0 100644 (file)
@@ -292,7 +292,7 @@ namespace System.Net
                                throw new ArgumentNullException ("requestUri");
                        return GetCreator (requestUri.Scheme).Create (requestUri);
                }
-#if NET_4_5 || MOBILE  
+#if NET_4_5    
                [MonoTODO ("for portable library support")]
                public static HttpWebRequest CreateHttp (string requestUriString)
                {
index 0dadbdb99f24be4573e3bc32b4c2c2b4435550a0..a6582ab960bd23271929d947555df50356626e1e 100644 (file)
@@ -85,7 +85,7 @@ namespace System.Net
                public virtual Uri ResponseUri {                \r
                        get { throw new NotSupportedException (); }\r
                }               \r
-#if NET_4_5 || MOBILE\r
+#if NET_4_5\r
                [MonoTODO ("for portable library support")]\r
                public virtual bool SupportsHeaders {\r
                        get { throw new NotImplementedException (); }\r
@@ -104,7 +104,7 @@ namespace System.Net
                }\r
 #if TARGET_JVM //enable overrides for extenders\r
                public virtual void Dispose()\r
-#elif NET_4_0 || MOBILE\r
+#elif NET_4_0\r
                public void Dispose ()\r
 #else\r
                void IDisposable.Dispose()\r
index 3117da4d3a01c011336ec20bd0c6a45a5bb3be0c..7e7e2c6849f28703935fe233447eb181a78d5e41 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Diagnostics;
index bcf4ddbc27736359bca8bc2fa825c379dd036ef1..70c5ed81a4198c6ab4116cb8c6d3712caecf5d92 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Runtime.Serialization;
index c36fea25f02f96e3089a4707e7ffa15aaf1d2909..7520c6610ffb21b8917f3dbccf4b744758ce7bcc 100644 (file)
@@ -27,7 +27,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_4_5 || MOBILE
+#if NET_4_5
 
 namespace System.Windows.Input {
        
index 1915f3d7e8a1fc1533ed3cecce6f4a7326e5630a..38708615c4c5cb76412c24596d8c0c1a088eca5a 100644 (file)
@@ -1010,7 +1010,7 @@ namespace System {
                //
                public Uri MakeRelativeUri (Uri uri)
                {
-#if NET_4_0 || MOBILE
+#if NET_4_0
                        if (uri == null)
                                throw new ArgumentNullException ("uri");
 #endif
@@ -2019,7 +2019,7 @@ namespace System {
 
                public bool IsBaseOf (Uri uri)
                {
-#if NET_4_0 || MOBILE
+#if NET_4_0
                        if (uri == null)
                                throw new ArgumentNullException ("uri");
 #endif
@@ -2213,7 +2213,7 @@ namespace System {
                        result = null;
                        if ((baseUri == null) || !baseUri.IsAbsoluteUri)
                                return false;
-#if NET_4_0 || MOBILE
+#if NET_4_0
                        if (relativeUri == null)
                                return false;
 #endif
index 5329dd3783efafbb9d4ae3f88af2a116f7aa3c78..6ca6e8e6fc5cb5710163da9aa04f732dd6efec06 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Threading;
index 08141be0e7ed8d6e50197d38be62e08d3801fbd5..79bb2f4dc949c5d13befaad989fb85ca5792b792 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Threading;
index 8d4a75f62cecb9fe4beea2b2058cf3b52874d3c3..954324c67154bc34e83428a7fdceff8daeb3756e 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Threading;
index 2bfb952af7d33c0aaeb4fe7c33e2246e4b819528..bb8e99f704eba9cef4241772f12297f1e6069c9c 100644 (file)
@@ -22,7 +22,7 @@
 //
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Threading;
index ab9a45cc878c029827424fefb5f406ee191ee2e1..783a367537c65e2b16ae9354a7d67f0e4f78352e 100644 (file)
@@ -22,7 +22,7 @@
 //
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Threading;
index 2c115e70cba08b15847a4f22e8b1ad3d1bfdc486..f4cdcc99e6d4c51476557fcd59e249b72bdfef88 100644 (file)
@@ -22,7 +22,7 @@
 //
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Threading;
index e5e3ac9bdfc14075103bec6253f715ad0f2050d4..8602b1f843bf5b14ed2fa6767cc0da8db6dea464 100644 (file)
@@ -22,7 +22,7 @@
 //
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Threading;
index 853234c580d2f90477732ab9ad9d9df5bf18c15d..4f991e289749c527f2431c088f5d0757b595fa26 100644 (file)
@@ -22,7 +22,7 @@
 //
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Collections;
 using System.Collections.Generic;
index 4a0da432542c6b34d4291c9049b85d90ede15b55..b1368dd75718d40b0828d5f9612e24295834ae9b 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Collections.Generic;
index 7bdd6c335c89654d974fb72601849b7ffc85ce1b..92b5665712cfbf2eea2fd2db9d956672ecd3d4ee 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Collections.Generic;
index 14b2d8786bf802be455bc276b6debff3aacb4dca..193e439a31e19093b8e919fcf3a61aa1c1a8c526 100644 (file)
@@ -22,7 +22,7 @@
 //
 //
 
-#if NET_4_0 || INSIDE_SYSTEM_WEB || MOBILE
+#if NET_4_0 || INSIDE_SYSTEM_WEB
 
 using System;
 using System.Threading;
index 363d443c0c1a47317fe8346932a1d2e1dc3b6c36..3df02b5a41b4f05b67d63baee73d910998f9c93f 100644 (file)
@@ -26,7 +26,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 
index cfed4861dc7726c0f586b39e3460db38885d781c..cc4177395e03686fa214d3aef79289e440313a99 100644 (file)
@@ -26,7 +26,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 
index 0202203327c27e616f87fdd9c8c451ea26b21d7b..642410e7b8e45eea7a1411df6defd09d1552bd54 100644 (file)
@@ -26,7 +26,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 NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Runtime.InteropServices;
index 07062f3b74011c42eb53f54cc5dca56b3521b9de..25482a4b5fd991e625ac043b29bb9fab99a5bddd 100644 (file)
@@ -26,7 +26,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 NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 
index f1604f7ce2ddcd5c1c79e207ade44a127b5955e5..ce8e6058a77e1e169379edf72841e1bf95769cce 100644 (file)
@@ -81,7 +81,7 @@ namespace System.IO.IsolatedStorage {
                }
 
                [CLSCompliant (false)]
-#if NET_4_0 || MOBILE
+#if NET_4_0
                [Obsolete]
 #endif
                public virtual ulong CurrentSize {
@@ -104,7 +104,7 @@ namespace System.IO.IsolatedStorage {
                }
 
                [CLSCompliant (false)]
-#if NET_4_0 || MOBILE
+#if NET_4_0
                [Obsolete]
 #endif
                public virtual ulong MaximumSize {
@@ -118,7 +118,7 @@ namespace System.IO.IsolatedStorage {
                        get { return storage_scope; }
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                [ComVisible (false)]
                public virtual long AvailableFreeSpace {
                        get {
@@ -182,7 +182,7 @@ namespace System.IO.IsolatedStorage {
                }
                public abstract void Remove ();
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                [ComVisible (false)]
                public virtual bool IncreaseQuotaTo (long newQuotaSize)
                {
index d2ec334b6cc0da3f07320959238e5a3b6c799ede..09462e96510f079f533c594cd34e665b2648e7b9 100644 (file)
@@ -56,7 +56,7 @@ namespace System.IO.IsolatedStorage {
 #endif
                private Evidence _fullEvidences;
                private static readonly Mutex mutex = new Mutex ();
-#if NET_4_0 || MOBILE
+#if NET_4_0
                private bool closed;
                private bool disposed;
 #endif
@@ -278,7 +278,7 @@ namespace System.IO.IsolatedStorage {
                        return storageFile;
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                [ComVisible (false)]
                public static IsolatedStorageFile GetUserStoreForSite ()
                {
@@ -440,7 +440,7 @@ namespace System.IO.IsolatedStorage {
                }
 
                [CLSCompliant(false)]
-#if NET_4_0 || MOBILE
+#if NET_4_0
                [Obsolete]
 #endif
                public override ulong CurrentSize {
@@ -448,7 +448,7 @@ namespace System.IO.IsolatedStorage {
                }
 
                [CLSCompliant(false)]
-#if NET_4_0 || MOBILE
+#if NET_4_0
                [Obsolete]
 #endif
                public override ulong MaximumSize {
@@ -503,7 +503,7 @@ namespace System.IO.IsolatedStorage {
                        get { return directory.FullName; }
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                [ComVisible (false)]
                public override long AvailableFreeSpace {
                        get {
@@ -559,7 +559,7 @@ namespace System.IO.IsolatedStorage {
 
                public void Close ()
                {
-#if NET_4_0 || MOBILE
+#if NET_4_0
                        closed = true;
 #endif
                }
@@ -571,7 +571,7 @@ namespace System.IO.IsolatedStorage {
 
                        if (dir.IndexOfAny (Path.PathSeparatorChars) < 0) {
                                if (directory.GetFiles (dir).Length > 0)
-#if NET_4_0 || MOBILE
+#if NET_4_0
                                        throw new IsolatedStorageException ("Unable to create directory.");
 #else
                                        throw new IOException (Locale.GetText ("Directory name already exists as a file."));
@@ -583,7 +583,7 @@ namespace System.IO.IsolatedStorage {
 
                                for (int i = 0; i < dirs.Length; i++) {
                                        if (dinfo.GetFiles (dirs [i]).Length > 0)
-#if NET_4_0 || MOBILE
+#if NET_4_0
                                                throw new IsolatedStorageException ("Unable to create directory.");
 #else
                                                throw new IOException (Locale.GetText (
@@ -594,7 +594,7 @@ namespace System.IO.IsolatedStorage {
                        }
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                [ComVisible (false)]
                public void CopyFile (string sourceFileName, string destinationFileName)
                {
@@ -675,7 +675,7 @@ namespace System.IO.IsolatedStorage {
 
                public void Dispose ()
                {
-#if NET_4_0 || MOBILE
+#if NET_4_0
                        // Dispose may be calling Close, but we are not sure
                        disposed = true;
 #endif
@@ -683,7 +683,7 @@ namespace System.IO.IsolatedStorage {
                        GC.SuppressFinalize (this);
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                [ComVisible (false)]
                public bool DirectoryExists (string path)
                {
@@ -770,7 +770,7 @@ namespace System.IO.IsolatedStorage {
                {
                        if (searchPattern == null)
                                throw new ArgumentNullException ("searchPattern");
-#if NET_4_0 || MOBILE
+#if NET_4_0
                        if (searchPattern.Contains (".."))
                                throw new ArgumentException ("Search pattern cannot contain '..' to move up directories.", "searchPattern");
 #endif
@@ -806,7 +806,7 @@ namespace System.IO.IsolatedStorage {
                        return GetNames (adi);
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                [ComVisible (false)]
                public string [] GetDirectoryNames ()
                {
@@ -826,7 +826,7 @@ namespace System.IO.IsolatedStorage {
                {
                        if (searchPattern == null)
                                throw new ArgumentNullException ("searchPattern");
-#if NET_4_0 || MOBILE
+#if NET_4_0
                        if (searchPattern.Contains (".."))
                                throw new ArgumentException ("Search pattern cannot contain '..' to move up directories.", "searchPattern");
 #endif
@@ -853,7 +853,7 @@ namespace System.IO.IsolatedStorage {
                        return GetNames (afi);
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                [ComVisible (false)]
                public string [] GetFileNames ()
                {
@@ -956,7 +956,7 @@ namespace System.IO.IsolatedStorage {
 
                public override void Remove ()
                {
-#if NET_4_0 || MOBILE
+#if NET_4_0
                        CheckOpen (false);
 #endif
                        try {
@@ -978,7 +978,7 @@ namespace System.IO.IsolatedStorage {
                }
 
                // internal stuff
-#if NET_4_0 || MOBILE
+#if NET_4_0
                void CheckOpen ()
                {
                        CheckOpen (true);
index 5df57df1105f7079fd56ae54264740aef68fa887..dc70f32f184e98624ccf6a78158f5f8ee4c19547 100644 (file)
@@ -65,7 +65,7 @@ namespace System.IO.IsolatedStorage {
 #endif
                        }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                        if (isf.IsDisposed)
                                throw new ObjectDisposedException ("IsolatedStorageFile");
                        if (isf.IsClosed)
@@ -213,7 +213,7 @@ namespace System.IO.IsolatedStorage {
                        base.Flush ();
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public override void Flush (bool flushToDisk)
                {
                        base.Flush (flushToDisk);
index 222642ae51510f4b43682aaeb9681c31ab861fee..0d3b391fbc66ca4ab983559abe1c628989a95017 100644 (file)
@@ -26,7 +26,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 namespace System.IO.IsolatedStorage
 {
        public enum IsolatedStorageSecurityOptions
index 2e410057f56031f1d50d76ae00f2b402e1cdcbb9..285b70e331e3f48362ca2d2d1ab52a239cfc2083 100644 (file)
@@ -28,7 +28,7 @@
 
 using System.Security;
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 namespace System.IO.IsolatedStorage
 {
index e0648f08ca433348607c549ee9f45f9a42bb7e6d..99586d35531707c29054613cbd5c56d3c89b1809 100644 (file)
@@ -500,7 +500,7 @@ namespace System.IO
                        return result;
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public static string[] GetFileSystemEntries (string path, string searchPattern, SearchOption searchOption)
                {
                        // Take the simple way home:
index acfffac7c5a9007ad656de7cf88b187044da909e..ce558743516117060aec9c27bc44a691bcf3f713 100644 (file)
@@ -354,7 +354,7 @@ namespace System.IO {
                        Directory.SetAccessControl (FullPath, directorySecurity);
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
                public IEnumerable<DirectoryInfo> EnumerateDirectories ()
                {
index 73c6b027961540b9ed021bb411ce124c195cef20..79486b165a8811a7a805b50327187b4ce4cda215 100644 (file)
@@ -616,7 +616,7 @@ namespace System.IO
                        throw new NotSupportedException (Locale.GetText ("File encryption isn't supported on any file system."));
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public static IEnumerable<string> ReadLines (string path)
                {
                        return ReadLines (File.OpenText (path));
index 808a93df9b39fa972c8d8c77bf221fefc6c51a32..0b76fbb629981b75e8bb6a491242ddf54ed251e9 100644 (file)
@@ -830,7 +830,7 @@ namespace System.IO
                        FlushBuffer ();
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public virtual void Flush (bool flushToDisk)
                {
                        FlushBuffer ();
index 22cd8f688fcfcd88a47eb2d2df8664bc4dac24ef..95ba4ee3d3e8663d01355d87c76a79103e2becde 100644 (file)
@@ -741,7 +741,7 @@ namespace System.IO {
                        return String.Compare (subset, slast, path, slast, subset.Length - slast) == 0;
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public
 #else
                 internal
@@ -781,7 +781,7 @@ namespace System.IO {
                        return ret.ToString ();
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public
 #else
                 internal
@@ -800,7 +800,7 @@ namespace System.IO {
                        return Combine (new string [] { path1, path2, path3 });
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public
 #else
                 internal
index c886724454f9fa9bcc0d1796550cdefbcb495411..fecea2d8b77d0a9d3c52ed24a1acb75cc3adc568 100644 (file)
@@ -240,7 +240,7 @@ namespace System.IO
                        }
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public void CopyTo (Stream destination)
                {
                        CopyTo (destination, 16*1024);
index fa2d970b2ecc67e1d20c2908ce47d26afca7da21..8b9f52da931eeb0cf408f2ff47c0b7a435a2941c 100644 (file)
@@ -27,7 +27,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Runtime.InteropServices;
index 131a186195e353cc5cbb5ff7101a436eafee15cd..4083e35d73b7df5f386cbbdeac9177dec5e23208 100644 (file)
@@ -45,7 +45,7 @@ namespace System.IO
                IntPtr initial_pointer;
                long initial_position;
                long current_position;
-#if NET_4_0 || MOBILE
+#if NET_4_0
                SafeBuffer safebuffer;
 #endif
                
@@ -70,7 +70,7 @@ namespace System.IO
                        Initialize (pointer, length, capacity, access);
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public UnmanagedMemoryStream (SafeBuffer buffer, long offset, long length) :
                        this (buffer, offset, length, FileAccess.Read)
                {
@@ -139,7 +139,7 @@ namespace System.IO
                [CLSCompliantAttribute (false)]
                public unsafe byte* PositionPointer {
                        get {
-#if NET_4_0 || MOBILE
+#if NET_4_0
                                if (safebuffer != null)
                                        throw new NotSupportedException ("Not supported when using SafeBuffer");
 #endif
@@ -151,7 +151,7 @@ namespace System.IO
                                return (byte *) initial_pointer + current_position;
                        }
                        set {
-#if NET_4_0 || MOBILE
+#if NET_4_0
                                if (safebuffer != null)
                                        throw new NotSupportedException ("Not supported when using SafeBuffer");
 #endif
@@ -188,7 +188,7 @@ namespace System.IO
                                return 0;
 
                        int progress = current_position + count < length ? count : (int) (length - current_position);
-#if NET_4_0 || MOBILE
+#if NET_4_0
                        if (safebuffer != null) {
                                unsafe {
                                        byte *ptr = null;
@@ -220,7 +220,7 @@ namespace System.IO
                        if (current_position >= length)
                                return (-1);
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                        if (safebuffer != null) {
                                unsafe {
                                        byte *ptr = null;
@@ -269,7 +269,7 @@ namespace System.IO
                 
                public override void SetLength (long value)
                {
-#if NET_4_0 || MOBILE
+#if NET_4_0
                        if (safebuffer != null)
                                throw new NotSupportedException ("Not supported when using SafeBuffer");
 #endif
@@ -320,7 +320,7 @@ namespace System.IO
                        if (fileaccess == FileAccess.Read)
                                throw new NotSupportedException ("Stream does not support writing.");
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                        if (safebuffer != null) {
                                unsafe {
                                        byte *dest = null;
@@ -360,7 +360,7 @@ namespace System.IO
                        if (fileaccess == FileAccess.Read)
                                throw new NotSupportedException("Stream does not support writing.");
  
-#if NET_4_0 || MOBILE
+#if NET_4_0
                        if (safebuffer != null) {
                                unsafe {
                                        byte *dest = null;
@@ -412,7 +412,7 @@ namespace System.IO
                        closed = false;
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                protected void Initialize (SafeBuffer buffer, long offset, long length, FileAccess access)
                {
                        if (buffer == null)
index 1e8d7130dbfa2265b3d588e7a9bb88a7d5d35a82..c0586b55402a8864f4cbc1352b931faa51e17344 100644 (file)
@@ -1068,7 +1068,7 @@ namespace System.Reflection.Emit
                        throw new NotImplementedException ();
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public override Type GetType (string name, bool throwOnError, bool ignoreCase)
                {
                        if (name == null)
index cc039c54d9c99082b7c03665867cdd094978b79b..2172b1e63f1ba1a79c3c09b392c0ac26a3c1a814 100644 (file)
@@ -1038,7 +1038,7 @@ namespace System.Reflection.Emit {
                        return ig.code_len;
                }       
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public
 #else
                internal
index 316baa63d56baef2cbd4354c0a2eb69a57564eed..c3dd1f08bd0126986fbb0de1b97d9c237d458e8f 100644 (file)
@@ -822,7 +822,7 @@ namespace System.Reflection.Emit {
                        throw new NotImplementedException ();
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public override Assembly Assembly {
                        get { return assemblyb; }
                }
index 1fc3baf285ac4d891637fc58e280bb1ce80373c8..f0c579d6afb593b9e06cf9c91ccc9df025a3f8f1 100644 (file)
@@ -75,7 +75,7 @@ namespace System.Reflection {
                private bool fromByteArray;
                private string assemblyName;
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                protected
 #else
                internal
@@ -613,7 +613,7 @@ namespace System.Reflection {
 
                [MonoTODO ("Not implemented")]
                public
-#if NET_4_0 || MOBILE
+#if NET_4_0
                virtual
 #endif
                Module LoadModule (string moduleName, byte [] rawModule, byte [] rawSymbolStore)
@@ -668,7 +668,7 @@ namespace System.Reflection {
                }
 
                public
-#if NET_4_0 || MOBILE
+#if NET_4_0
                virtual
 #endif
                Object CreateInstance (String typeName, Boolean ignoreCase,
@@ -758,7 +758,7 @@ namespace System.Reflection {
                [MonoTODO ("Currently it always returns zero")]
                [ComVisible (false)]
                public
-#if NET_4_0 || MOBILE
+#if NET_4_0
                virtual
 #endif
                long HostContext {
@@ -890,7 +890,7 @@ namespace System.Reflection {
 
 #endif
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                static Exception CreateNIE ()
                {
                        return new NotImplementedException ("Derived classes must implement it");
index 4f2bbce8684de6fb54fc0e6a0b2e91ac70617584..6cea63594ed84f08d1b842d179df9b1bf5047945 100644 (file)
@@ -48,7 +48,7 @@ namespace System.Reflection {
        [Serializable]
        [ClassInterfaceAttribute (ClassInterfaceType.None)]
        [StructLayout (LayoutKind.Sequential)]
-#if NET_4_0 || MOBILE
+#if NET_4_0
        public abstract class Module : ISerializable, ICustomAttributeProvider, _Module {
 #else
        public partial class Module : ISerializable, ICustomAttributeProvider, _Module {
@@ -69,7 +69,7 @@ namespace System.Reflection {
                const BindingFlags defaultBindingFlags = 
                        BindingFlags.Public | BindingFlags.Static | BindingFlags.Instance;
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                protected
 #else
                internal
@@ -315,7 +315,7 @@ namespace System.Reflection {
 
 #endif
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
                public virtual Assembly Assembly {
                        get { throw CreateNIE (); }
index 35848c67299e8b1fb7278f9099162b55970ac91b..fedff328ce7dd41801dbe977817df96c9a7b81fe 100644 (file)
@@ -37,7 +37,7 @@ using System.Collections.Generic;
 
 namespace System.Reflection {
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
        [ComVisible (true)]
        [ComDefaultInterfaceAttribute (typeof (_Assembly))]
        [Serializable]
@@ -47,7 +47,7 @@ namespace System.Reflection {
        public partial class Assembly {
 #endif
                public
-#if NET_4_0 || MOBILE
+#if NET_4_0
                override
 #endif
                Type GetType (string name, bool throwOnError, bool ignoreCase)
@@ -59,7 +59,7 @@ namespace System.Reflection {
                        throw new ArgumentException ("name", "Name cannot be empty");
 
                        res = InternalGetType (null, name, throwOnError, ignoreCase);
-#if !(NET_4_0  || MOBILE) && !FULL_AOT_RUNTIME
+#if !NET_4_0 && !FULL_AOT_RUNTIME
                        if (res is TypeBuilder) {
                                if (throwOnError)
                                        throw new TypeLoadException (string.Format ("Could not load type '{0}' from assembly '{1}'", name, this));
@@ -70,7 +70,7 @@ namespace System.Reflection {
                }
 
                public
-#if NET_4_0 || MOBILE
+#if NET_4_0
                override
 #endif
                Module GetModule (String name)
@@ -90,7 +90,7 @@ namespace System.Reflection {
                }
 
                public
-#if NET_4_0 || MOBILE
+#if NET_4_0
                override
 #endif
                AssemblyName[] GetReferencedAssemblies () {
@@ -98,7 +98,7 @@ namespace System.Reflection {
                }
 
                public
-#if NET_4_0 || MOBILE
+#if NET_4_0
                override
 #endif
                Module[] GetModules (bool getResourceModules) {
@@ -117,7 +117,7 @@ namespace System.Reflection {
 
                [MonoTODO ("Always returns the same as GetModules")]
                public
-#if NET_4_0 || MOBILE
+#if NET_4_0
                override
 #endif
                Module[] GetLoadedModules (bool getResourceModules)
@@ -126,7 +126,7 @@ namespace System.Reflection {
                }
 
                public
-#if NET_4_0 || MOBILE
+#if NET_4_0
                override
 #endif
                Assembly GetSatelliteAssembly (CultureInfo culture)
@@ -135,7 +135,7 @@ namespace System.Reflection {
                }
 
                public
-#if NET_4_0 || MOBILE
+#if NET_4_0
                override
 #endif
                Assembly GetSatelliteAssembly (CultureInfo culture, Version version)
@@ -146,7 +146,7 @@ namespace System.Reflection {
                //FIXME remove GetManifestModule under v4, it's a v2 artifact
                [ComVisible (false)]
                public
-#if NET_4_0 || MOBILE
+#if NET_4_0
                override
 #endif
                Module ManifestModule {
index c963488027ebeddfe43568a26dff262f9986dc1f..f5498565260c528bdb0e57fec3fec7ff6ed0fc26 100644 (file)
@@ -38,7 +38,7 @@ using System.Security.Permissions;
 
 namespace System.Reflection {
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
        [ComVisible (true)]
        [ComDefaultInterfaceAttribute (typeof (_Module))]
        [Serializable]
@@ -49,7 +49,7 @@ namespace System.Reflection {
 #endif
 
                public
-#if NET_4_0 || MOBILE
+#if NET_4_0
                override
 #endif
                Assembly Assembly {
@@ -57,7 +57,7 @@ namespace System.Reflection {
                }
 
                public
-#if NET_4_0 || MOBILE
+#if NET_4_0
                override
 #endif
                // Note: we do not ask for PathDiscovery because no path is returned here.
@@ -67,7 +67,7 @@ namespace System.Reflection {
                }
        
                public
-#if NET_4_0 || MOBILE
+#if NET_4_0
                override
 #endif
                string ScopeName {
@@ -75,7 +75,7 @@ namespace System.Reflection {
                }
 
                public
-#if NET_4_0 || MOBILE
+#if NET_4_0
                override
 #endif
                int MDStreamVersion {
@@ -87,7 +87,7 @@ namespace System.Reflection {
                }
 
                public
-#if NET_4_0 || MOBILE
+#if NET_4_0
                override
 #endif
                Guid ModuleVersionId {
@@ -96,7 +96,7 @@ namespace System.Reflection {
                        }
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public override
 #else
                public virtual
@@ -113,7 +113,7 @@ namespace System.Reflection {
                }
 
                public
-#if NET_4_0 || MOBILE
+#if NET_4_0
                override
 #endif
                bool IsResource()
@@ -121,7 +121,7 @@ namespace System.Reflection {
                        return is_resource;
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public override
 #else
                public virtual
@@ -136,7 +136,7 @@ namespace System.Reflection {
                        return filtered.ToArray ();
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public override
 #else
                public virtual
@@ -146,7 +146,7 @@ namespace System.Reflection {
                        return MonoCustomAttrs.GetCustomAttributes (this, inherit);
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public override
 #else
                public virtual
@@ -156,7 +156,7 @@ namespace System.Reflection {
                        return MonoCustomAttrs.GetCustomAttributes (this, attributeType, inherit);
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public override
 #else
                public virtual
@@ -170,7 +170,7 @@ namespace System.Reflection {
                        return (globalType != null) ? globalType.GetField (name, bindingAttr) : null;
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public override
 #else
                public virtual
@@ -184,7 +184,7 @@ namespace System.Reflection {
                        return (globalType != null) ? globalType.GetFields (bindingFlags) : new FieldInfo [0];
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public override
 #else
                public virtual
@@ -193,7 +193,7 @@ namespace System.Reflection {
                        get { return get_MetadataToken (this); }
                }
                protected
-#if NET_4_0 || MOBILE
+#if NET_4_0
                override
 #else
                virtual
@@ -212,7 +212,7 @@ namespace System.Reflection {
                }
 
                public
-#if NET_4_0 || MOBILE
+#if NET_4_0
                override
 #endif
                MethodInfo[] GetMethods (BindingFlags bindingFlags) {
@@ -223,7 +223,7 @@ namespace System.Reflection {
                        return (globalType != null) ? globalType.GetMethods (bindingFlags) : new MethodInfo [0];
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public override
 #else
                public virtual
@@ -232,7 +232,7 @@ namespace System.Reflection {
                        ModuleHandle.GetPEKind (out peKind, out machine);
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public override
 #else
                public virtual
@@ -246,7 +246,7 @@ namespace System.Reflection {
                        return assembly.InternalGetType (this, className, throwOnError, ignoreCase);
                }
        
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public override
 #else
                public virtual
@@ -257,7 +257,7 @@ namespace System.Reflection {
                }
 
                public
-#if NET_4_0 || MOBILE
+#if NET_4_0
                override
 #endif
                FieldInfo ResolveField (int metadataToken, Type [] genericTypeArguments, Type [] genericMethodArguments) {
@@ -271,7 +271,7 @@ namespace System.Reflection {
                }
 
                public
-#if NET_4_0 || MOBILE
+#if NET_4_0
                override
 #endif
                MemberInfo ResolveMember (int metadataToken, Type [] genericTypeArguments, Type [] genericMethodArguments) {
@@ -286,7 +286,7 @@ namespace System.Reflection {
                }
 
                public
-#if NET_4_0 || MOBILE
+#if NET_4_0
                override
 #endif
                MethodBase ResolveMethod (int metadataToken, Type [] genericTypeArguments, Type [] genericMethodArguments) {
@@ -300,7 +300,7 @@ namespace System.Reflection {
                }
 
                public
-#if NET_4_0 || MOBILE
+#if NET_4_0
                override
 #endif
                string ResolveString (int metadataToken) {
@@ -314,7 +314,7 @@ namespace System.Reflection {
                }
 
                public
-#if NET_4_0 || MOBILE
+#if NET_4_0
                override
 #endif
                Type ResolveType (int metadataToken, Type [] genericTypeArguments, Type [] genericMethodArguments) {
@@ -328,7 +328,7 @@ namespace System.Reflection {
                }
 
                public
-#if NET_4_0 || MOBILE
+#if NET_4_0
                override
 #endif
                byte[] ResolveSignature (int metadataToken) {
@@ -358,7 +358,7 @@ namespace System.Reflection {
                }
 #endif
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public override
 #else
                public virtual
@@ -368,7 +368,7 @@ namespace System.Reflection {
                        return InternalGetTypes ();
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public override IList<CustomAttributeData> GetCustomAttributesData () {
                        return CustomAttributeData.GetCustomAttributes (this);
                }
index 4c1fe8a383dcafd1db13a323f4d0301096d3c0cb..b6e026e8d6ae34f75202c8024d8d97e035255bb3 100644 (file)
@@ -26,7 +26,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Collections;
 
index d86b08be90e2950a7610a7399a681f01a304fcc9..3f6230d0b8b7f6d8897237cbea8a870d73cc2130 100644 (file)
@@ -25,7 +25,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Runtime.InteropServices;
index 3e94a7fc6806c58f6f5003fea576ab63980d5a52..a8c019531728e1157fdb59d2bff11726e994346a 100644 (file)
@@ -26,7 +26,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 namespace System.Runtime.CompilerServices
 {
index 6b6d4f7c966f78299a48e4de411a2f130dd48346..5d6737272ffd52080cb4c6f142283ed16926676c 100644 (file)
@@ -26,7 +26,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.IO;
index ebe0dc21e890d112d359766fb5750cf8edbe4386..e0d906ca46c60b9b3178992dbcd183a35e7a4aa3 100644 (file)
@@ -27,7 +27,7 @@
 //
 using System;
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 namespace System.Runtime.Versioning
 {
        [AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple = false, Inherited = false)]
index 4fd1612ba9646ff5220e73e89f3241e87c2160ea..45f0a3419f394a30a9fe57d0bc7b0b96465dd15e 100644 (file)
@@ -505,7 +505,7 @@ namespace System.Text {
                        return this;
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public StringBuilder Clear ()
                {
                        Length = 0;
index b11eac8056550c9f691072651f2d936c0710c4b3..21c7884b084ebdb4e9582ae7b561c5d92f750b5b 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Collections.Generic;
index 32b20f2405d373b8a2688f4c0d7eaa1c4c07b1ae..2e13164a5124cdf55dc0d8bd6ea12aabbdcbcd02 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Collections.Generic;
index d4c78b43a7d1bfff6cbfa008e5f621b7d6102eb8..9a9aadd06c617325e1f26d1d00e101962de5d4ad 100644 (file)
@@ -22,7 +22,7 @@
 //
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Threading;
 using System.Collections.Generic;
index 9ece5040bfa8674593a0d86ba213a1d888bf1c04..c175441792c521064986ec87fc5ba2deb0da36ab 100644 (file)
@@ -22,7 +22,7 @@
 //
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Collections.Generic;
 using System.Collections.Concurrent;
index 87801f14701b42476a8b78ad66dea3cb67cda244..b432ea5688cb1fa6c299ff74d087bfe3cf6714c8 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 
 namespace System.Threading.Tasks
index fa53a801969b05ef0f56fc0170faaad46fbb65c1..e5606d5f115737b644e5e95bb7a9154a4f3cbb65 100644 (file)
@@ -22,7 +22,7 @@
 //
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Threading;
 
index ac9635cd080efaf7d8884b451183d5130fe05c04..6bc0b6bc1cb93ebecc87adc194fba75a12b101a8 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Threading;
 
index 015ea0a08ff5d43df4337635846d0c53dbf38da1..68bcf1f0a356f6cae11759089f27e244f2355b3f 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Collections.Generic;
index 5d5354ac1502adc23f5480821530c5bf0c77a5e1..c8a7b3319a5f7c7d1732e42ff842985ff5f616a3 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Threading;
 
index e72fdd2ae0b0d65993831ec080a35d8976c27437..440b64b306e7dce70a086644112e89ae68ca7f92 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Threading;
index b5d8f71e8b77c754d645a49b0eff4919fce09855..e040c339564001314057f11a2289858db08c88d0 100644 (file)
@@ -28,7 +28,7 @@
 //
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Threading;
index 88746381daa1636bfb44282ca66f905eea85b330..513b09968b1ad1bdc30264b13d8962482b673f77 100644 (file)
@@ -26,7 +26,7 @@
 //
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System.Threading;
 
index 5253e544b51279ee809f43ff0b64a2ab7d57f7bd..1fc5d1a7a1c71a4c6c84978152ae4ea5d3ac065f 100644 (file)
@@ -22,7 +22,7 @@
 //
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Runtime.Serialization;
 
index ed9e5943364f8ca6c80be0a48f0abd25d9b7b23a..6746907e908bb13b51610570a871a5105a9c46f1 100644 (file)
@@ -26,7 +26,7 @@
 //
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Threading;
index 807ef024e05c20114fea3f97e07b9fdb33325494..f4b3a3b81d7504fedf96f09524a54e2da0026bad 100644 (file)
@@ -26,7 +26,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Collections.Generic;
 
index 2a18adafda8c4e6e7cdc28d7ae8d5c3140b84eb0..8277fc1b76cbd716aa35f21c9725615c2b2cb050 100644 (file)
@@ -26,7 +26,7 @@
 //
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 namespace System.Threading.Tasks
 {
index 8b8138930cf4b67c084a38fd970d57d1041195af..c53061b0cc6cb8442bc0b01299517ab8614bc2b0 100644 (file)
@@ -26,7 +26,7 @@
 //
 //
 
-#if NET_4_5 || MOBILE
+#if NET_4_5
 using System;
 using System.Runtime.CompilerServices;
 
index 9362d54e74275ca8e4891486b398ccf34ef181e7..dc97b02b83c6da032433f828faf46ed863118433 100644 (file)
@@ -27,7 +27,7 @@
 //
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System.Collections.Generic;
 
index 789071d6dc449050a960c5c57505d950ee7169cb..58fc82dc5c06cbb3d468ddbcf838dfa6cb2384a2 100644 (file)
@@ -22,7 +22,7 @@
 //
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 
 namespace System.Threading.Tasks
index b82652f89e7219793e2fe1f19ec92d75fa099e46..e5105f6ac1c3070b0b394d6d6275a9334d4b3c5e 100644 (file)
@@ -27,7 +27,7 @@
 //
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 namespace System.Threading.Tasks
 {
index 4b4413eb9cd5897bec75d2144442ce26fa42e6dc..781bf95bcd125bd88ea86544a34319eef4b946ee 100644 (file)
@@ -26,7 +26,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Diagnostics;
index 373d6264d58589e9ed2db4c618d377d48d71a0a9..a2ef56553610275d82870b81fff6acfec58de121 100644 (file)
@@ -28,7 +28,7 @@
 //
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Collections.Concurrent;
index 0109bc6214545fb7bedd6e51b77992a8f936079f..8654a5f037e6770be448b2ec9532a3e25fba77e0 100644 (file)
@@ -28,7 +28,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 namespace System.Threading.Tasks 
 {
index 5f3dafab164a0dcdd1281799ca8f65659e838259..9330fd40a5aa19a4517f0a0ef0ccd0c1dc589e49 100644 (file)
@@ -26,7 +26,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 namespace System.Threading.Tasks
 {
index 0ac088c9058160dc52cc14bbc0d73ca6d066ea2c..e8ce5276346c9ff259a1b5a950c539f61a5a861b 100644 (file)
@@ -26,7 +26,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 namespace System.Threading.Tasks
 {
index ad3ce1f4ec86a6e18c124537cf32f1582d283583..618c185084a720b8a58f59f20a17fb4bfad57771 100644 (file)
@@ -26,7 +26,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System.Collections.Generic;
 using System.Diagnostics;
index 3f5b08cbdbad78d6fb3176bb4db32d8554b766ef..9d94b223d6a1f9b75c4dde5318cc308c41d25fa9 100644 (file)
@@ -22,7 +22,7 @@
 //
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Runtime.Serialization;
 
index 7abcd641d7799ae0503e168e794ada1b497b5e6a..853afad3736a5046b2307e2ba726f271ed5dacbf 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 
 namespace System.Threading.Tasks
index 10cf972993d31e005bc02bcd1357916d13b86dda..d336909db9d90bdfd2d5ac4d0a5e74a3b49a8403 100644 (file)
@@ -27,7 +27,7 @@
 //
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System.Runtime.CompilerServices;
 
index 6959afd708207bf56dbee1e7cb866c8bcf25954f..c38a566e2cc3c64720e6e4cf6bd45a5829769b1f 100644 (file)
@@ -29,7 +29,7 @@
 //
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System.Collections.Generic;
 
index d3e36f39866c9d52e12c937002941da3d34a4420..2db34db8c8328ad87638f83a1ed12ba6eeb05b74 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 
 namespace System.Threading.Tasks
index 498afc2489edf47fc75b7b96dc2b227276756d6f..cdd937359558445e68579e8fd05add6f9e17f5c9 100644 (file)
@@ -65,7 +65,7 @@ namespace System.Threading {
                        _t = null;
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public void Dispose ()
 #else
                void IDisposable.Dispose ()
index 4d727ed971cf4222056a57d8fe0a5457385d10fa..0025debb836e800e92ede77f86b4063b7533cd22 100644 (file)
@@ -26,7 +26,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Threading;
index fa3d13520987dc61433abbdee91e19a512403aeb..1c352ff7d3e79b0b42c02b1d07924bec50807f99 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Threading;
 
index f8987f279e83d0d2551a8aaed5b3342ad75a86d8..b82e49f59bfb751b810a4406af15003b593f7152 100644 (file)
@@ -26,7 +26,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System.Collections.Generic;
 using System.Collections.Concurrent;
 
index 03dd3ebdea3ac1c1cf03d1f97ae54b324b874dac..ceffc45a52376c6e79bfcb800e53af3c28533550 100644 (file)
@@ -26,7 +26,7 @@
 //
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 namespace System.Threading
 {
index 81ec7c9e057a617ff89f7f3a1caf9e65647fd3b8..4802aa3e45cb745e7825e71ff9bad289c06832e1 100644 (file)
@@ -26,7 +26,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 namespace System.Threading
 {
index f9341d9bb5ec723c4f371254e899ac2867ecaf89..e8213063200c04b91989011269ebc5e5cf524327 100644 (file)
@@ -26,7 +26,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 
index 91950c57fbe83a47725bed55982aeb3116dbf0fe..f7a2bb8865fabb3e37827f4b3ea939b56eae699b 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Runtime.Serialization;
index 0ebe4bb1e837202c13945d0d03476a683757be3d..a3a0fadfa996e4bdf7a44d9669165bea086672f0 100644 (file)
@@ -26,7 +26,7 @@
 //
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 namespace System.Threading
 {
index bdd72c6c03da60568de42be9c400e72075c17fff..2aa5d90f5bd21be39d4bd1dbc9d60fc920b4206b 100644 (file)
@@ -189,7 +189,7 @@ namespace System.Threading
                        }
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                [MethodImplAttribute(MethodImplOptions.InternalCall)]
                extern static void try_enter_with_atomic_var (object obj, int millisecondsTimeout, ref bool lockTaken);
 
index ef8206923e1dc503e3a997939ffc0e45f4027222..a48aec779bcca568792307b8ab51fb174c18603a 100644 (file)
@@ -25,7 +25,7 @@
 using System;
 using System.Diagnostics;
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 namespace System.Threading
 {
        [System.Diagnostics.DebuggerDisplayAttribute ("Current Count = {currCount}")]
index 683c98374180e2dad7e7a2160cda1144ccfeabee..f9cad7e56cd8ba1c886f79909d80e25a3c7ace52 100644 (file)
@@ -23,7 +23,7 @@
 //
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Collections.Concurrent;
index 0cbb85cbd8eec0567f2c31f135976bb37ce0a0ed..136836746cc87e830c772e23c310ae1c822f0600 100644 (file)
@@ -22,7 +22,7 @@
 //
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 
 namespace System.Threading
index bed9aa3acf96b6b8c680bee3f7b1639cf9e361c5..c4189b08ad031e91b2b56cfd1e51c6f33ae38241 100644 (file)
@@ -427,7 +427,7 @@ namespace System.Threading {
                        ResetAbort_internal ();
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                [HostProtectionAttribute (SecurityAction.LinkDemand, Synchronization = true, ExternalThreading = true)]
                [MethodImplAttribute(MethodImplOptions.InternalCall)]
                [ReliabilityContract (Consistency.WillNotCorruptState, Cer.Success)]
index 63187fc9ec607be30b8a6575e489d4d8259d33fe..50c80e2947e2adad5e107966c28ab23c4941c989 100644 (file)
@@ -25,7 +25,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Runtime.Serialization;
 using System.Runtime.InteropServices;
index e633aa2fe98d997ebad9259b1cd85bc5d60336ce..44accfd38547ba89933eafba9a216617eea01908 100644 (file)
@@ -239,7 +239,7 @@ namespace System.Threading
                        Dispose(true);
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public void Dispose ()
 #else          
                void IDisposable.Dispose ()
index 7df516fd2ca1d434559ebcae60305fe641fb1f52..ab75eb9ab95e499eed6300f3fd18d9fbb59abe01 100644 (file)
@@ -22,7 +22,7 @@
 //
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 
 namespace System.Threading
index e06c6de6d1adedd7425c3ddea4d0417c04b7dd09..0ed90a1a3b75c747151b1d3aafae437b363c92a1 100644 (file)
@@ -31,7 +31,7 @@ using System.Runtime.CompilerServices;
 
 namespace System
 {
-#if NET_4_0 || MOBILE
+#if NET_4_0
 #if MOBILE
        [TypeForwardedFrom (Consts.AssemblySystem_Core)]
 #elif NET_4_0
index e9f03f6671166bc6c834da0fa904a74be5e54472..240e0e215262803f4f0b2b8bc6351f59a5325ede 100644 (file)
@@ -22,7 +22,7 @@
 //
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Collections.ObjectModel;
 using System.Collections.Generic;
index 75f751a1e74a2d1a2240a3a15f18374b064a5db3..132143ee25e4cc434e8f7c467c7a05a64e952249 100644 (file)
@@ -1538,7 +1538,7 @@ namespace System {
                }
 #endif
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                List<string> compatibility_switch;
 
                public bool? IsCompatibilitySwitchSet (string value)
index cd1decd0b2a71f0146596608401edbc3808731b3..dd71dd7be84cd14232024f4a28b2527fa9a68253 100644 (file)
@@ -376,7 +376,7 @@ namespace System
                        serialized_non_primitives = ms.ToArray ();
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                [MonoTODO ("not implemented, does not throw because it's used in testing moonlight")]
                public void SetCompatibilitySwitches (IEnumerable<string> switches)
                {
index 2092ad42100ba9dc40d66cb2aae5a6d6f19e1df4..db82bdcf924154678b2d96f359d323b04c80f515 100644 (file)
@@ -50,7 +50,7 @@ namespace System
        [ComVisible (true)]
        // FIXME: We are doing way to many double/triple exception checks for the overloaded functions"
        public abstract class Array : ICloneable, ICollection, IList, IEnumerable
-#if NET_4_0 || MOBILE
+#if NET_4_0
                , IStructuralComparable, IStructuralEquatable
 #endif
        {
@@ -453,7 +453,7 @@ namespace System
                        return new SimpleEnumerator (this);
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                int IStructuralComparable.CompareTo (object other, IComparer comparer)
                {
                        if (other == null)
index 6d1c209a6c9e8a0daeaccabd4eb1bcd85ddaa94b..0dff92cbf147e0d0c1349a7c6503dae9ac11391e 100644 (file)
@@ -621,7 +621,7 @@ namespace System
                        return true;
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public static bool TryParse<TEnum> (string value, out TEnum result) where TEnum : struct
                {
                        return TryParse (value, false, out result);
@@ -1014,7 +1014,7 @@ namespace System
                        }
                        return retVal;
                }
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public bool HasFlag (Enum flag)
                {
                        var val = get_value ();
index 01b37e9848ecb542662b53116e0ef0eb653ec843..f2972eceb8bbfc226a3f6921a9ef34ef198a790d 100644 (file)
@@ -85,7 +85,7 @@ namespace System {
                        ProgramFiles = 0x26,
                        MyPictures = 0x27,
                        CommonProgramFiles = 0x2b,
-#if NET_4_0 || MOBILE
+#if NET_4_0
                        MyVideos = 0x0e,
 #endif
 #if NET_4_0
@@ -628,7 +628,7 @@ namespace System {
                        
                        case SpecialFolder.Templates:
                                return ReadXdgUserDir (config, home, "XDG_TEMPLATES_DIR", "Templates");
-#if NET_4_0 || MOBILE
+#if NET_4_0
                        case SpecialFolder.MyVideos:
                                return ReadXdgUserDir (config, home, "XDG_VIDEOS_DIR", "Videos");
 #endif
@@ -836,7 +836,7 @@ namespace System {
                        throw new NotImplementedException ();
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                [SecurityCritical]
                public static void FailFast (string message, Exception exception)
                {
index 3ef4bb6134a42150079a9fde2fa4596180d828b8..a4e07f40c5cee5cd0a500a584a340b1c78cc7ab5 100644 (file)
@@ -29,7 +29,7 @@ using System.Runtime.CompilerServices;
 
 namespace System {
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 #if MOBILE
        [TypeForwardedFrom (Consts.AssemblySystem_Core)]
 #elif NET_4_0
index 1d9122e1a6251fd7f3b191c5eda3987b7c114c86..9cae9246385870adca128383011592b129b56f40 100644 (file)
@@ -145,7 +145,7 @@ namespace System
                }
 #endif
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                [MethodImplAttribute (MethodImplOptions.InternalCall)]
                internal extern static void register_ephemeron_array (Ephemeron[] array);
 
index 5801ffc6c0f51dc0a1200bd4e7e191eb904c7883..42ff390b6d74f46bcc977c0a2acffeef1a74b9ed 100644 (file)
@@ -699,7 +699,7 @@ namespace System {
                        return !( a.Equals (b) );
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public static Guid Parse (string input)
                {
                        if (input == null)
@@ -767,7 +767,7 @@ namespace System {
                        case 'P':
                        case 'p':
                                return Format.P;
-#if NET_4_0 || MOBILE
+#if NET_4_0
                        case 'X':
                        case 'x':
                                return Format.X;
@@ -775,7 +775,7 @@ namespace System {
                        }
 
                        throw new FormatException (
-#if NET_4_0 || MOBILE
+#if NET_4_0
                                "Format String can be only one of \"D\", \"d\", \"N\", \"n\", \"P\", \"p\", \"B\", \"b\", \"X\" or \"x\""
 #else
                                "Format String can be only one of \"D\", \"d\", \"N\", \"n\", \"P\", \"p\", \"B\" or \"b\""
index 3d9a2cb911319db20b4ac805b9e33ba7a5152d84..677bdf3872845a814aad3650428fb7a6a30b4b69 100644 (file)
@@ -26,7 +26,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 namespace System
 {
index 3f704c7178dacd3b01f23ecc4440dce19b706bea..2201e067483c0580f2604989f519d0788b8033cf 100644 (file)
@@ -26,7 +26,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 namespace System
 {
index 63f8a5f13d5b65a269b5335be8da9c7b979225d7..1b36f47d372556da378adc0b7f3946659d67d0d6 100644 (file)
@@ -200,7 +200,7 @@ namespace System
                        return value.m_value;
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                [ReliabilityContract (Consistency.MayCorruptInstance, Cer.MayFail)]
                public static IntPtr Add (IntPtr pointer, int offset)
                {
index 0f019b9916edf4c90b3bce42f299c9c723ebd3c0..7096e56cd33f94d6d47e167ec960162873defe24 100644 (file)
@@ -24,7 +24,7 @@
  * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System.Runtime.CompilerServices;
 
index 5449d87ab0932ed7716bd82ae6f0d4645048364e..b912fcedff1c1f0314bdaeeeff3ac78003b4c318 100644 (file)
@@ -27,7 +27,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Runtime.Serialization;
index d3bb1ab2c17e4f57bb8617cda45970413d1db734..7532041aad6791d1de5c89612d5a5b3a01b6980e 100644 (file)
@@ -38,7 +38,7 @@ namespace System
        public class OperationCanceledException : SystemException
        {
                const int Result = unchecked ((int)0x8013153b);
-#if NET_4_0 || MOBILE
+#if NET_4_0
                CancellationToken? token;
 #endif
 
@@ -66,7 +66,7 @@ namespace System
                {
                }
                
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public OperationCanceledException (CancellationToken token)
                        : this ()
                {
index 05c1acef50a6778661a3c0d5f882848f45a4edb7..bd9034fda37488d7ae4e4f81cbf6945837c1908a 100644 (file)
@@ -2333,7 +2333,7 @@ namespace System
                        return InternalIsInterned (str);
                }
        
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public static string Join (string separator, params string [] value)
 #else
                public static string Join (string separator, string [] value)
@@ -2641,7 +2641,7 @@ namespace System
                        }
                }
 
-#if MOBILE || NET_4_0
+#if NET_4_0
                [ComVisible(false)]
                public static string Concat (IEnumerable<string> values)
                {
index 6f322d0f868614ebe9f3419d49ff5b9f4ad2d680..67d8c897a12863abd274674bef533a07b58c5494 100644 (file)
@@ -39,7 +39,7 @@ namespace System
        [Serializable]
        [System.Runtime.InteropServices.ComVisible (true)]
        public struct TimeSpan : IComparable, IComparable<TimeSpan>, IEquatable <TimeSpan>
-#if NET_4_0 || MOBILE
+#if NET_4_0
                                 , IFormattable
 #endif
        {
@@ -359,7 +359,7 @@ namespace System
                        return p.Execute (true, out result);
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public static TimeSpan Parse (string input, IFormatProvider formatProvider)
                {
                        if (input == null)
@@ -526,7 +526,7 @@ namespace System
                        return sb.ToString ();
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public string ToString (string format)
                {
                        return ToString (format, null);
@@ -719,7 +719,7 @@ namespace System
                        private int _cur = 0;
                        private int _length;
                        ParseError parse_error;
-#if NET_4_0 || MOBILE
+#if NET_4_0
                        bool parsed_ticks;
                        NumberFormatInfo number_format;
                        int parsed_numbers_count;
@@ -735,12 +735,12 @@ namespace System
                        {
                                _src = src;
                                _length = _src.Length;
-#if NET_4_0 || MOBILE
+#if NET_4_0
                                number_format = GetNumberFormatInfo (null);
 #endif
                        }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                        // Reset state data, so we can execute another parse over the input.
                        void Reset ()
                        {
@@ -806,7 +806,7 @@ namespace System
                                return res;
                        }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                        // Used for custom formats parsing, where we may need to declare how
                        // many digits we expect, as well as the maximum allowed.
                        private int ParseIntExact (int digit_count, int max_digit_count)
@@ -855,7 +855,7 @@ namespace System
 
                                if (!optional && (count == 0))
                                        SetParseError (ParseError.Format);
-#if NET_4_0 || MOBILE
+#if NET_4_0
                                if (count > 0)
                                        parsed_numbers_count++;
 #endif
@@ -863,7 +863,7 @@ namespace System
                                return (int)res;
                        }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                        // This behaves pretty much like ParseOptDot, but we need to have it
                        // as a separated routine for both days and decimal separators.
                        private bool ParseOptDaysSeparator ()
@@ -962,7 +962,7 @@ namespace System
 
                                if (!digitseen)
                                        SetParseError (ParseError.Format);
-#if NET_4_0 || MOBILE
+#if NET_4_0
                                else if (!AtEnd && Char.IsDigit (_src, _cur))
                                        SetParseError (ParseError.Overflow);
 
@@ -972,7 +972,7 @@ namespace System
                                return res;
                        }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                        // Used by custom formats parsing
                        // digits_count = 0 for digits up to max_digits_count (optional), and other value to
                        // force a precise number of digits.
@@ -1006,7 +1006,7 @@ namespace System
                                parse_error = error;
                        }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                        bool CheckParseSuccess (bool tryParse)
 #else
                        bool CheckParseSuccess (int hours, int minutes, int seconds, bool tryParse)
@@ -1014,7 +1014,7 @@ namespace System
                        {
                                // We always report the first error, but for 2.0 we need to give a higher
                                // precence to per-element overflow (as opposed to int32 overflow).
-#if NET_4_0 || MOBILE
+#if NET_4_0
                                if (parse_error == ParseError.Overflow) {
 #else
                                if (parse_error == ParseError.Overflow || hours > 23 || minutes > 59 || seconds > 59) {
@@ -1035,7 +1035,7 @@ namespace System
                                return true;
                        }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                        // We are using a different parse approach in 4.0, due to some changes in the behaviour
                        // of the parse routines.
                        // The input string is documented as:
@@ -1219,7 +1219,7 @@ namespace System
                        }
 #endif
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                        public bool ExecuteWithFormat (string format, TimeSpanStyles style, bool tryParse, out TimeSpan result)
                        {
                                int days, hours, minutes, seconds;
@@ -1326,7 +1326,7 @@ namespace System
                        }
 #endif
                }
-#if NET_4_0 || MOBILE
+#if NET_4_0
                enum FormatElementType 
                {
                        Days,
index e01f915faec3e6e20ddb4c0f050879a29d5f9679..79b094ddde0ad00192c63c5c9253dbfedb54cdec 100644 (file)
@@ -24,7 +24,7 @@
  * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System.Runtime.CompilerServices;
 
index e89175f73d1e867614fa39bb68a96fa44924d415..c22d3ef203004eb132edfdcd589970bcb7675596 100644 (file)
@@ -26,7 +26,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 
index 93c9999f5e73cb3fb1907bebd587fc36fe68a496..ac15adfec632030813461fdb69697b3390b587ce 100644 (file)
@@ -27,7 +27,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Collections;
index 2e2752e63e3f87594d514ddf6dde86717cd317cc..7a1418e3dad8c86014923c78ddd61129950d29e6 100644 (file)
@@ -25,7 +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 NET_4_0 || MOBILE
+#if NET_4_0
 using System.Runtime.Serialization;
 using System.Runtime.InteropServices;
 
index 036be2fe412cd24b1fda3e6e8d2812888d93914e..9c828c524ff3a7d71f4a71c3ab398e1a666a892e 100644 (file)
@@ -306,7 +306,7 @@ namespace System {
                        return v1.CompareTo (v2) <= 0;
                }
 
-#if BOOSTRAP_NET_4_0 || NET_4_0 || MOBILE
+#if BOOSTRAP_NET_4_0 || NET_4_0
                public static Version Parse (string input)
                {
                        // Exactly the same as calling Version(string) .ctor
index 1897640d7f5bff8c6304b553be6f7164455a242a..36e05662a06f60f6ee81c77b36c078905bbf0bfa 100644 (file)
@@ -535,7 +535,7 @@ namespace MonoTests.System.Text {
        }
 
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
        [Test]
        public void ClearMethod () {
                StringBuilder sb = new StringBuilder ("Text");
index b47fd49f8eb5820f349fb261a37b371b89ac1691..d54ef1b3913a3414bc4b286eb0101fad59f1355d 100644 (file)
@@ -28,7 +28,7 @@
 //
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Threading;
index d20f62f1a4b254cf8c1e43b1e04496370695be65..0c30a093b03e1f30e010b5b4141f1794cffb6118 100644 (file)
@@ -26,7 +26,7 @@
 //
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Threading;
index bdef287ef79160fa69bb5c4e8af8a2824a72b976..644d0c504996f360a78b8e65d7527c88763a5dfe 100644 (file)
@@ -27,7 +27,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Threading;
index 434cc822601d64fd31a082c0309909b2a7b54037..cb6c129e3dae99e19e5ac10d60e0c26d52b1b49a 100644 (file)
@@ -26,7 +26,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Threading;
index 002d6ce466d2865b66130998718001dc34aa3d5d..2b4ec92e074d653e9e78d842b0e30a387d3764d3 100644 (file)
@@ -26,7 +26,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Threading;