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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtsushi Kanamori <AtsushiKan@users.noreply.github.com>2017-03-30 02:03:46 +0300
committerGitHub <noreply@github.com>2017-03-30 02:03:46 +0300
commitdf31640668d1e201872d11aa59aecec30d5f4aea (patch)
tree1941b04f107402f2674db28b03f1b5713770c682 /src/ILCompiler.TypeSystem
parente85a83d67bc488b52ddd59d0ac215241c4cac13e (diff)
NS2.0 Add String.Intern (#3149)
This won't cover literals but otherwise, gets the job done. Note that LockFreeReaderHashTable was declared public (and so were a ton of classes that derived from it, so I couldn't just make it private.) Including it in CoreLib.dll means no one above CoreLib can include it - they'll just the public one from CoreLib.dll.
Diffstat (limited to 'src/ILCompiler.TypeSystem')
-rw-r--r--src/ILCompiler.TypeSystem/src/ILCompiler.TypeSystem.csproj3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ILCompiler.TypeSystem/src/ILCompiler.TypeSystem.csproj b/src/ILCompiler.TypeSystem/src/ILCompiler.TypeSystem.csproj
index da311f026..d3269bee6 100644
--- a/src/ILCompiler.TypeSystem/src/ILCompiler.TypeSystem.csproj
+++ b/src/ILCompiler.TypeSystem/src/ILCompiler.TypeSystem.csproj
@@ -113,9 +113,6 @@
<Compile Include="..\..\Common\src\TypeSystem\Common\Utilities\GCPointerMap.cs">
<Link>Utilities\GCPointerMap.cs</Link>
</Compile>
- <Compile Include="..\..\Common\src\TypeSystem\Common\Utilities\LockFreeReaderHashtable.cs">
- <Link>Utilities\LockFreeReaderHashtable.cs</Link>
- </Compile>
<Compile Include="..\..\Common\src\TypeSystem\Common\ArrayType.cs">
<Link>TypeSystem\Common\ArrayType.cs</Link>
</Compile>