14 references to AddBytes
Aspire.Hosting (1)
Dcp\DcpHost.cs (1)
318hash.AddBytes(category);
Microsoft.AspNetCore.SignalR.Core (1)
Internal\Utf8HashLookup.cs (1)
118hashCode.AddBytes(encodedValue);
Microsoft.Extensions.Diagnostics.ResourceMonitoring (1)
ByteArrayEqualityComparer.cs (1)
25hash.AddBytes(x);
System.Formats.Cbor (1)
System\Formats\Cbor\CborConformanceLevel.cs (1)
211hash.AddBytes(encoding);
System.Net.NameResolution (1)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.IPAddress.cs (1)
38h.AddBytes(MemoryMarshal.CreateReadOnlySpan(ref Address[0], IsIPv6 ? IPv6AddressBytes : IPv4AddressBytes));
System.Net.Primitives (2)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.IPAddress.cs (1)
38h.AddBytes(MemoryMarshal.CreateReadOnlySpan(ref Address[0], IsIPv6 ? IPv6AddressBytes : IPv4AddressBytes));
src\libraries\Common\src\System\Net\SocketAddress.cs (1)
149hash.AddBytes(new ReadOnlySpan<byte>(_buffer, 0, _size));
System.Net.Quic (2)
System\Net\Quic\Internal\MsQuicConfiguration.Cache.cs (2)
104hash.AddBytes(CertificateThumbprints.Span); 110hash.AddBytes(protocol.Protocol.Span);
System.Net.Security (1)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (1)
84hash.AddBytes(CertificateThumbprints.Span);
System.Net.Sockets (1)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.IPAddress.cs (1)
38h.AddBytes(MemoryMarshal.CreateReadOnlySpan(ref Address[0], IsIPv6 ? IPv6AddressBytes : IPv4AddressBytes));
System.Runtime.Numerics (1)
System\Numerics\BigInteger.cs (1)
1092hash.AddBytes(MemoryMarshal.AsBytes(_bits.AsSpan()));
System.Security.Cryptography.Cose (1)
System\Security\Cryptography\Cose\CoseHeaderValue.cs (1)
256hashCode.AddBytes(EncodedValue.Span);
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Symbolic\BitVector.cs (1)
178hc.AddBytes(MemoryMarshal.AsBytes<ulong>(_blocks));