2 references to TryDecodeFromUtf16_Scalar
System.Private.CoreLib (2)
src\libraries\Common\src\System\HexConverter.cs (2)
253
return
TryDecodeFromUtf16_Scalar
(chars, bytes, out charsProcessed);
351
bool fallbackResult =
TryDecodeFromUtf16_Scalar
(chars.Slice((int)offset), bytes.Slice((int)(offset / 2)), out int fallbackProcessed);