5 instantiations of Utf16Char
System.Runtime.Numerics (5)
26 references to Utf16Char
System.Runtime.Numerics (26)
System\Number.BigInteger.cs (7)
105if (!TryStringToNumber(MemoryMarshal.Cast<char, Utf16Char>(value), style, ref number, info))
845BigIntegerToDecChars((Utf16Char*)ptr + strLength, base1E9Value, digits);
863BigIntegerToDecChars((Utf16Char*)ptr + span.Length, new ReadOnlySpan<uint>((void*)state.ptr, state.Length), state.digits);
884scoped var vlb = new ValueListBuilder<Utf16Char>(stackalloc Utf16Char[CharStackBufferSize]); // arbitrary stack cut-off
897spanSuccess = vlb.TryCopyTo(MemoryMarshal.Cast<char, Utf16Char>(destination), out charsWritten);
904strResult = MemoryMarshal.Cast<Utf16Char, char>(vlb.AsSpan()).ToString();