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