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