12 references to Invariant
System.Private.CoreLib (12)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\Ordinal.cs (2)
704
TextInfo.
Invariant
.ChangeCaseToUpper(source, destination); // this is the best so far for NLS.
730
TextInfo.
Invariant
.ChangeCaseToLower(source, destination); // this is the best so far for NLS.
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\TextInfo.cs (6)
161
return
Invariant
.ChangeCase(c, toUpper: false);
201
:
Invariant
.ChangeCase(c, toUpper: true);
221
: PreserveOrdinalLowerCasingClass(c,
Invariant
.ChangeCase(c, toUpper: false));
289
instance ??=
Invariant
;
401
instance ??=
Invariant
;
490
return
Invariant
.ChangeCase(c, toUpper: true);
src\runtime\src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.Globalization.cs (2)
277
TextInfo.
Invariant
.ChangeCaseToLower(source, destination);
329
TextInfo.
Invariant
.ChangeCaseToUpper(source, destination);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Rune.cs (2)
1539
return ChangeCaseCultureAware(value, TextInfo.
Invariant
, toUpper: false);
1588
return ChangeCaseCultureAware(value, TextInfo.
Invariant
, toUpper: true);