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))
840BigIntegerToDecChars((Utf16Char*)ptr + strLength, base1E9Value, digits);
858BigIntegerToDecChars((Utf16Char*)ptr + span.Length, new ReadOnlySpan<uint>((void*)state.ptr, state.Length), state.digits);
879scoped var vlb = new ValueListBuilder<Utf16Char>(stackalloc Utf16Char[CharStackBufferSize]); // arbitrary stack cut-off
892spanSuccess = vlb.TryCopyTo(MemoryMarshal.Cast<char, Utf16Char>(destination), out charsWritten);
899strResult = MemoryMarshal.Cast<Utf16Char, char>(vlb.AsSpan()).ToString();