7 references to Rune
System.Private.CoreLib (6)
src\runtime\src\libraries\Common\src\System\Number.Formatting.Common.cs (1)
887
var r = new
Rune
(ch);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
212
new
Rune
(this).TryEncodeToUtf8(utf8Destination, out bytesWritten);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormat.cs (1)
756
var r = new
Rune
(ch);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\TextInfo.cs (2)
539
return new
Rune
(lowerChar);
561
return new
Rune
(upperChar);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Rune.cs (1)
148
public static explicit operator Rune(char ch) => new
Rune
(ch);
System.Runtime.Numerics (1)
src\runtime\src\libraries\Common\src\System\Number.Formatting.Common.cs (1)
887
var r = new
Rune
(ch);