7 references to Combine
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)
732_hashCode = HashCode.Combine(_addressOrScopeId);
System.Security.Cryptography.Cose (1)
src\runtime\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);