11 references to Combine
BinaryFormatTests (1)
FormatTests\FormattedObject\HashTableTests.cs (1)
79public int GetHashCode(object obj) => HashCode.Combine(obj);
Microsoft.AspNetCore.Components.Server (1)
Circuits\CircuitId.cs (1)
53return HashCode.Combine(Secret);
System.Formats.Nrbf (1)
System\Formats\Nrbf\SerializationRecordId.cs (1)
61public override int GetHashCode() => HashCode.Combine(_id);
System.Net.Primitives (1)
System\Net\IPAddress.cs (1)
728_hashCode = HashCode.Combine(_addressOrScopeId);
System.Private.CoreLib (3)
src\System\Reflection\MdImport.cs (1)
212return HashCode.Combine(m_metadataImport2);
src\System\RuntimeHandles.cs (2)
1000return HashCode.Combine(Value); 1453return HashCode.Combine(Value);
System.Security.Cryptography.Cose (1)
src\libraries\Common\src\System\HashCodeRandomization.cs (1)
55return HashCode.Combine(value);
System.Windows.Forms (3)
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.cs (1)
40_hashCode = HashCode.Combine((nint)scope.Value);
System\Windows\Forms\Controls\WebBrowser\HtmlElement.cs (1)
54_hashCode = HashCode.Combine((nint)scope.Value);
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.cs (1)
34_hashCode = HashCode.Combine((nint)scope.Value);