File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ //Stubs for Assert used by CharUnicodeInfo pulled in from corert
2
+ namespace System . Globalization
3
+ {
4
+ public static partial class CharUnicodeInfo
5
+ {
6
+ internal static class Debug
7
+ {
8
+ internal static void Assert ( bool condition , string message )
9
+ {
10
+ }
11
+ }
12
+ }
13
+ }
Original file line number Diff line number Diff line change @@ -1111,7 +1111,9 @@ ReferenceSources/AppContextDefaultValues.cs
1111
1111
../referencesource/mscorlib/system/globalization/CalendricalCalculationsHelper.cs
1112
1112
../referencesource/mscorlib/system/globalization/calendardata.cs
1113
1113
../referencesource/mscorlib/system/globalization/calendarweekrule.cs
1114
- ../referencesource/mscorlib/system/globalization/charunicodeinfo.cs
1114
+ System/Debug.cs
1115
+ ../../../external/corert/src/System.Private.CoreLib/src/System/Globalization/CharUnicodeInfo.cs
1116
+ ../../../external/corert/src/System.Private.CoreLib/src/System/Globalization/CharUnicodeInfoData.cs
1115
1117
../referencesource/mscorlib/system/globalization/chineselunisolarcalendar.cs
1116
1118
../referencesource/mscorlib/system/globalization/compareinfo.cs
1117
1119
../referencesource/mscorlib/system/globalization/culturenotfoundexception.cs
You can’t perform that action at this time.
0 commit comments