2 references to ToChar
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
488return ToChar(value, null);
src\libraries\System.Private.CoreLib\src\System\String.cs (1)
635return Convert.ToChar(this, provider);