11 references to Combine
BinaryFormatTests (1)
FormatTests\FormattedObject\HashTableTests.cs (1)
79
public int GetHashCode(object obj) => HashCode.
Combine
(obj);
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)
728
_hashCode = HashCode.
Combine
(_addressOrScopeId);
System.Private.CoreLib (3)
src\System\Reflection\MdImport.cs (1)
212
return HashCode.
Combine
(m_metadataImport2);
src\System\RuntimeHandles.cs (2)
1000
return HashCode.
Combine
(Value);
1453
return HashCode.
Combine
(Value);
System.Security.Cryptography.Cose (1)
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);