3 references to CreateFromChar
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
195
public static string ToString(char c) => string.
CreateFromChar
(c);
src\runtime\src\libraries\System.Private.CoreLib\src\System\String.Manipulation.cs (1)
975
return
CreateFromChar
(c);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Rune.cs (1)
946
return string.
CreateFromChar
((char)_value);