You've already forked linux-packaging-mono
Imported Upstream version 6.12.0.86
Former-commit-id: 7a84ce7d08c42c458ac8e74b27186ca863315d79
This commit is contained in:
parent
92747312ea
commit
0b380204a4
@@ -1,3 +1,4 @@
|
||||
#if __MonoCS__
|
||||
// ==++==
|
||||
//
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
@@ -596,3 +597,4 @@ namespace System.Globalization {
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
@@ -241,6 +241,13 @@ namespace System.Globalization {
|
||||
[System.Security.SecuritySafeCritical] // auto-generated
|
||||
internal NumberFormatInfo(CultureData cultureData)
|
||||
{
|
||||
#if MONO
|
||||
if (GlobalizationMode.Invariant) {
|
||||
this.m_isInvariant = true;
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
if (cultureData != null)
|
||||
{
|
||||
// We directly use fields here since these data is coming from data table or Win32, so we
|
||||
|
Reference in New Issue
Block a user