We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c29727a commit aee6607Copy full SHA for aee6607
src/libraries/System.Private.CoreLib/src/ILLink/ILLink.Substitutions.Shared.xml
@@ -8,6 +8,7 @@
8
</type>
9
<type fullname="System.Globalization.GlobalizationMode">
10
<method signature="System.Boolean get_Invariant()" body="stub" value="true" feature="System.Globalization.Invariant" featurevalue="true" />
11
+ <method signature="System.Boolean get_Invariant()" body="stub" value="false" feature="System.Globalization.Invariant" featurevalue="false" />
12
13
<type fullname="System.LocalAppContextSwitches">
14
<method signature="System.Boolean get_EnableUnsafeUTF7Encoding()" body="stub" value="false" feature="System.Text.Encoding.EnableUnsafeUTF7Encoding" featurevalue="false" />
0 commit comments