Skip to content

Commit 68e8cd9

Browse files
authored
Fixed name of frozen string dictionary files (#82482)
* Fixed name of frozen string dictionary types * Add missing file renames
1 parent ddee0f2 commit 68e8cd9

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ The System.Collections.Immutable library is built-in as part of the shared frame
1010

1111
<ItemGroup>
1212
<Compile Include="Properties\InternalsVisibleTo.cs" />
13-
13+
1414
<Compile Include="System\Polyfills.cs" />
1515
<Compile Include="System\Collections\ThrowHelper.cs" />
1616
<Compile Include="$(CoreLibSharedDir)System\Collections\HashHelpers.cs" Link="System\Collections\HashHelpers.cs" />
17-
17+
1818
<Compile Include="System\Collections\Frozen\Constants.cs" />
1919
<Compile Include="System\Collections\Frozen\DefaultFrozenDictionary.cs" />
2020
<Compile Include="System\Collections\Frozen\DefaultFrozenSet.cs" />
@@ -55,15 +55,15 @@ The System.Collections.Immutable library is built-in as part of the shared frame
5555
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenSet_FullCaseInsensitiveAscii.cs" />
5656
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenSet_FullCaseInsensitive.cs" />
5757
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenSet_Full.cs" />
58-
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenSet_LeftJustifiedCaseInsensitiveSubstrring.cs" />
59-
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenSet_LeftJustifiedCaseInsensitiveAsciiSubstrring.cs" />
60-
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenSet_LeftJustifiedSubstrring.cs" />
58+
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenSet_LeftJustifiedCaseInsensitiveSubstring.cs" />
59+
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenSet_LeftJustifiedCaseInsensitiveAsciiSubstring.cs" />
60+
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenSet_LeftJustifiedSubstring.cs" />
6161
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenSet_LeftJustifiedSingleChar.cs" />
6262
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenSet_RightJustifiedCaseInsensitiveAsciiSubstring.cs" />
6363
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenSet_RightJustifiedCaseInsensitiveSubstring.cs" />
6464
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenSet_RightJustifiedSubstring.cs" />
6565
<Compile Include="System\Collections\Frozen\String\OrdinalStringFrozenSet_RightJustifiedSingleChar.cs" />
66-
66+
6767
<Compile Include="System\Collections\Generic\IHashKeyCollection.cs" />
6868
<Compile Include="System\Collections\Generic\ISortKeyCollection.cs" />
6969

0 commit comments

Comments
 (0)