Base:
method
TryGetChars
System.Text.Encoding.TryGetChars(System.ReadOnlySpan<System.Byte>, System.Span<System.Char>, out System.Int32)
1 reference to TryGetChars
System.Private.DataContractSerialization (1)
System\Xml\ValueHandle.cs (1)
733
if (encoding.
TryGetChars
(bytes.AsSpan(byteOffset, byteCount), chars.AsSpan(charOffset, charCount), out actualCharCount))