27 references to AddBytes
Aspire.Hosting (1)
Dcp\DcpHost.cs (1)
367hash.AddBytes(Encoding.UTF8.GetBytes(category));
ILAssembler (1)
EntityRegistry.cs (1)
52hash.AddBytes(b.GetBytes());
ILCompiler.Compiler (5)
Compiler\MethodBodyDeduplicator.cs (3)
77hashCode.AddBytes(data.Data); 81hashCode.AddBytes(nodeWithCodeInfo.GCInfo); 89hashCode.AddBytes(ehData.Data);
Compiler\ObjectWriter\UnixObjectWriter.Aot.cs (1)
141hash.AddBytes(obj.GCInfo);
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\INodeWithCodeInfo.cs (1)
48hash.AddBytes(BlobData);
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\CopiedMethodILDeduplicator.cs (1)
70hashCode.AddBytes(Data);
JitInterface\CorInfoImpl.ReadyToRun.cs (2)
717hashCode.AddBytes(_code); 718hashCode.AddBytes(_roData);
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\INodeWithCodeInfo.cs (1)
48hash.AddBytes(BlobData);
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)
210hash.AddBytes(encoding);
System.Net.NameResolution (1)
src\runtime\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\runtime\src\libraries\Common\src\Interop\Unix\System.Native\Interop.IPAddress.cs (1)
38h.AddBytes(MemoryMarshal.CreateReadOnlySpan(ref Address[0], IsIPv6 ? IPv6AddressBytes : IPv4AddressBytes));
src\runtime\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)
102hash.AddBytes(CertificateThumbprints.Span); 108hash.AddBytes(protocol.Protocol.Span);
System.Net.Security (2)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (1)
98hash.AddBytes(CertificateThumbprints.Span);
System\Net\Security\SslSessionsCache.cs (1)
65hash.AddBytes(_thumbPrint);
System.Net.Sockets (1)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Native\Interop.IPAddress.cs (1)
38h.AddBytes(MemoryMarshal.CreateReadOnlySpan(ref Address[0], IsIPv6 ? IPv6AddressBytes : IPv4AddressBytes));
System.Private.CoreLib (2)
System\ValueType.cs (2)
114hashCode.AddBytes(new ReadOnlySpan<byte>(ref this.GetRawData(), GetValueTypeSize(numFields))); 151hashCode.AddBytes(GetSpanForField(fieldType, ref fieldData));
System.Runtime.Numerics (1)
System\Numerics\BigInteger.cs (1)
1223hash.AddBytes(MemoryMarshal.AsBytes(_bits.AsSpan()));
System.Security.Cryptography.Cose (1)
System\Security\Cryptography\Cose\CoseHeaderValue.cs (1)
255hashCode.AddBytes(EncodedValue.Span);
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Symbolic\BitVector.cs (1)
178hc.AddBytes(MemoryMarshal.AsBytes<ulong>(_blocks));