10 references to Invariant
System.Private.CoreLib (10)
src\libraries\System.Private.CoreLib\src\System\Globalization\Ordinal.cs (1)
703
TextInfo.
Invariant
.ChangeCaseToUpper(source, destination); // this is the best so far for NLS.
src\libraries\System.Private.CoreLib\src\System\Globalization\TextInfo.cs (5)
168
return
Invariant
.ChangeCase(c, toUpper: false);
208
:
Invariant
.ChangeCase(c, toUpper: true);
269
instance ??=
Invariant
;
381
instance ??=
Invariant
;
470
return
Invariant
.ChangeCase(c, toUpper: true);
src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.Globalization.cs (2)
235
TextInfo.
Invariant
.ChangeCaseToLower(source, destination);
287
TextInfo.
Invariant
.ChangeCaseToUpper(source, destination);
src\libraries\System.Private.CoreLib\src\System\Text\Rune.cs (2)
1489
return ChangeCaseCultureAware(value, TextInfo.
Invariant
, toUpper: false);
1538
return ChangeCaseCultureAware(value, TextInfo.
Invariant
, toUpper: true);