2 references to InternalChangeCaseChar
mscorlib (2)
system\globalization\textinfo.cs (2)
553
return (
InternalChangeCaseChar
(this.m_dataHandle, this.m_handleOrigin, this.m_textInfoName, c, false));
591
return (
InternalChangeCaseChar
(this.m_dataHandle, this.m_handleOrigin, this.m_textInfoName, c, true));