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