1 write to _destination
System.Net.NameResolution (1)
System\Net\DnsMessageWriter.cs (1)
17_destination = destination;
4 references to _destination
System.Net.NameResolution (4)
System\Net\DnsMessageWriter.cs (4)
26if (!header.TryWrite(_destination[_bytesWritten..])) 43Span<byte> destination = _destination[_bytesWritten..]; 51BinaryPrimitives.WriteUInt16BigEndian(_destination[_bytesWritten..], (ushort)type); 54BinaryPrimitives.WriteUInt16BigEndian(_destination[_bytesWritten..], (ushort)@class);