2 references to GetBytes
Microsoft.Extensions.Identity.Core (1)
Rfc6238AuthenticationService.cs (1)
42var timestepAsBytes = BitConverter.GetBytes(IPAddress.HostToNetworkOrder((long)timestepNumber));
System.Data.Common (1)
System\Data\Common\ObjectStorage.cs (1)
271_values[recordNo] = BitConverter.GetBytes((long)value);