2 references to Rune
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Rune.cs (2)
107: this((uint)value) 151public static explicit operator Rune(uint value) => new Rune(value);