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