Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit b4fb319

Browse files
jkotassafern
authored andcommitted
Move Dictionary to shared CoreLib partition (dotnet/coreclr#14795)
Signed-off-by: dotnet-bot-corefx-mirror <dotnet-bot@microsoft.com>
1 parent 6c8e133 commit b4fb319

File tree

4 files changed

+1612
-0
lines changed

4 files changed

+1612
-0
lines changed

src/Common/src/CoreLib/System.Private.CoreLib.Shared.projitems

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
<Compile Include="$(MSBuildThisFileDirectory)System\CharEnumerator.cs" />
5454
<Compile Include="$(MSBuildThisFileDirectory)System\CLSCompliantAttribute.cs" />
5555
<Compile Include="$(MSBuildThisFileDirectory)System\Collections\DictionaryEntry.cs" />
56+
<Compile Include="$(MSBuildThisFileDirectory)System\Collections\Generic\Dictionary.cs" />
5657
<Compile Include="$(MSBuildThisFileDirectory)System\Collections\Generic\ICollection.cs" />
5758
<Compile Include="$(MSBuildThisFileDirectory)System\Collections\Generic\ICollectionDebugView.cs" />
5859
<Compile Include="$(MSBuildThisFileDirectory)System\Collections\Generic\IComparer.cs" />
@@ -67,7 +68,9 @@
6768
<Compile Include="$(MSBuildThisFileDirectory)System\Collections\Generic\IReadOnlyList.cs" />
6869
<Compile Include="$(MSBuildThisFileDirectory)System\Collections\Generic\KeyNotFoundException.cs" />
6970
<Compile Include="$(MSBuildThisFileDirectory)System\Collections\Generic\KeyValuePair.cs" />
71+
<Compile Include="$(MSBuildThisFileDirectory)System\Collections\Generic\NonRandomizedStringEqualityComparer.cs" />
7072
<Compile Include="$(MSBuildThisFileDirectory)System\Collections\Generic\List.cs" />
73+
<Compile Include="$(MSBuildThisFileDirectory)System\Collections\HashHelpers.cs" />
7174
<Compile Include="$(MSBuildThisFileDirectory)System\Collections\ICollection.cs" />
7275
<Compile Include="$(MSBuildThisFileDirectory)System\Collections\IComparer.cs" />
7376
<Compile Include="$(MSBuildThisFileDirectory)System\Collections\IDictionary.cs" />

0 commit comments

Comments
 (0)