2 references to WriteTextString
System.Formats.Cbor (2)
System\Formats\Cbor\Writer\CborWriter.Map.cs (1)
30/// by successive calls to <see cref="WriteInt32(int)" /> and <see cref="WriteTextString(System.ReadOnlySpan{char})" />.
System\Formats\Cbor\Writer\CborWriter.String.cs (1)
116WriteTextString(value.AsSpan());