Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2017-03-02 18:47:05 +0300
committerMarek Safar <marek.safar@gmail.com>2017-03-03 19:16:31 +0300
commit875ab8db4c27ed802ad44fdd9003311fbb2847cc (patch)
tree872f2a8be94a007d5db6f12d0d379a4e9cd01b91 /mcs/class/System.Core
parent3e4783c04b2a8c2c4afcc359920b6a7c31b2178c (diff)
[System.Core] Collections from corefx
Diffstat (limited to 'mcs/class/System.Core')
-rw-r--r--mcs/class/System.Core/common_System.Core.dll.sources9
1 files changed, 4 insertions, 5 deletions
diff --git a/mcs/class/System.Core/common_System.Core.dll.sources b/mcs/class/System.Core/common_System.Core.dll.sources
index 8ffd53dc952..d42159fb412 100644
--- a/mcs/class/System.Core/common_System.Core.dll.sources
+++ b/mcs/class/System.Core/common_System.Core.dll.sources
@@ -49,11 +49,6 @@ corefx/SR.missing.cs
../referencesource/System.Core/System/TimeZoneInfo.cs
../referencesource/System.Core/System/TimeZoneNotFoundException.cs
-../referencesource/System.Core/System/Collections/Generic/BitHelper.cs
-../referencesource/System.Core/System/Collections/Generic/HashSet.cs
-../referencesource/System.Core/System/Collections/Generic/HashSetDebugView.cs
-../referencesource/System.Core/System/Collections/Generic/HashSetEqualityComparer.cs
-
../referencesource/System.Core/System/IO/Enums.cs
../referencesource/System.Core/System/IO/MemoryMappedFiles/Enums.cs
@@ -93,6 +88,10 @@ System.Security.Cryptography/SHA256CryptoServiceProvider.cs
System.Security.Cryptography/SHA384CryptoServiceProvider.cs
System.Security.Cryptography/SHA512CryptoServiceProvider.cs
+../../../external/corefx/src/System.Collections/src/System/Collections/Generic/BitHelper.cs
+../../../external/corefx/src/System.Collections/src/System/Collections/Generic/HashSet.cs
+../../../external/corefx/src/System.Collections/src/System/Collections/Generic/HashSetEqualityComparer.cs
+../../../external/corefx/src/System.Collections/src/System/Collections/Generic/ICollectionDebugView.cs
../../../external/corefx/src/System.Linq/src/System/Linq/*.cs