Base:
1 reference to Write
System.Net.Security (1)
System\Net\Security\SslStream.cs (1)
809
public override void WriteByte(byte value) =>
Write
(new ReadOnlySpan<byte>(ref value));