2 references to ChangeCaseOrdinal
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\String.Manipulation.cs (2)
2616
return
ChangeCaseOrdinal
(toUpper: true);
2633
return
ChangeCaseOrdinal
(toUpper: false);