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