3 references to Combine
System.Text.Json.SourceGeneration (3)
src\libraries\Common\src\SourceGenerators\DiagnosticInfo.cs (2)
54
hashCode = HashHelpers.
Combine
(hashCode, messageArg?.GetHashCode() ?? 0);
57
hashCode = HashHelpers.
Combine
(hashCode, Location?.GetHashCode() ?? 0);
src\libraries\Common\src\SourceGenerators\ImmutableEquatableArray.cs (1)
38
hash = HashHelpers.
Combine
(hash, value is null ? 0 : value.GetHashCode());