10 references to WriteByteString
System.Formats.Cbor (1)
System\Formats\Cbor\Writer\CborWriter.String.cs (1)
32WriteByteString(value.AsSpan());
System.Security.Cryptography.Cose (9)
System\Security\Cryptography\Cose\CoseHeaderValue.cs (1)
108writer.WriteByteString(value);
System\Security\Cryptography\Cose\CoseHelpers.cs (3)
328writer.WriteByteString(encodedValue); 346writer.WriteByteString(content); 353writer.WriteByteString(buffer.Slice(0, bytesWritten));
System\Security\Cryptography\Cose\CoseMessage.cs (5)
494writer.WriteByteString(bodyProtected); 495writer.WriteByteString(signProtected); 503writer.WriteByteString(bodyProtected); 506writer.WriteByteString(associatedData); 507writer.WriteByteString(content);