2 references to IsValid
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Text\Rune.cs (2)
161
$"U+{_value:X4} '{(
IsValid
(_value) ? ToString() : "\uFFFD")}'");
810
public static bool IsValid(int value) =>
IsValid
((uint)value);