7 references to Combine
Microsoft.AspNetCore.Components.Server (1)
Circuits\CircuitId.cs (1)
53
return HashCode.
Combine
(Secret);
System.Formats.Nrbf (1)
System\Formats\Nrbf\SerializationRecordId.cs (1)
61
public 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)
55
return 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);