3 references to Combine
ConfigurationSchemaGenerator (3)
RuntimeSource\SourceGenerators\DiagnosticInfo.cs (2)
54
hashCode = HashHelpers.
Combine
(hashCode, messageArg?.GetHashCode() ?? 0);
57
hashCode = HashHelpers.
Combine
(hashCode, Location?.GetHashCode() ?? 0);
RuntimeSource\SourceGenerators\ImmutableEquatableArray.cs (1)
38
hash = HashHelpers.
Combine
(hash, value is null ? 0 : value.GetHashCode());