Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/libraries/System.Private.CoreLib/src/System/Globalization/…
…CultureData.Nls.cs

Co-authored-by: Adeel Mujahid <[email protected]>
  • Loading branch information
tarekgh and am11 authored Nov 29, 2021
commit 8fb965d522f786ddb2319fe6c7c3a00585eb6c7b
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ private int NlsGetLocaleInfo(LocaleNumberData type)

// Ask OS for data, note that we presume it returns success, so we have to know that
// sWindowsName is valid before calling.
Debug.Assert(_sRealName != null, "[CultureData.DoGetLocaleInfoInt] Expected _sRealName to be populated by already");
Debug.Assert(_sRealName != null, "[CultureData.DoGetLocaleInfoInt] Expected _sRealName to be populated already");
return GetLocaleInfoExInt(_sRealName, lctype);
}

Expand Down