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