5 references to WriteInt64BigEndian
Microsoft.DotNet.Build.Tasks.Installers (1)
src\RpmHeader.cs (1)
330BinaryPrimitives.WriteInt64BigEndian(tempBeBytes, (long)contents.GetValue(i)!);
System.Formats.Tar (2)
System\Formats\Tar\TarHeader.Write.cs (2)
1146BinaryPrimitives.WriteInt64BigEndian(destination, destinationValue); 1171BinaryPrimitives.WriteInt64BigEndian(destination.Slice(Offset), value);
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
1311BinaryPrimitives.WriteInt64BigEndian(span.Slice(FrameHeader.Size), state.pingContent);
System.Net.WebSockets (1)
System\Net\WebSockets\ManagedWebSocket.KeepAlive.cs (1)
118BinaryPrimitives.WriteInt64BigEndian(pingPayloadBuffer, pingPayload);