3 references to Combine
Microsoft.Interop.ComInterfaceGenerator (1)
ComClassInfo.cs (1)
81
return HashCode.
Combine
(ClassName, ContainingSyntaxContext, ImplementedInterfacesNames);
Microsoft.Interop.SourceGeneration (2)
ManualTypeMarshallingHelper.cs (1)
40
hash = HashCode.
Combine
(hash, mode.Key, mode.Value);
ValueEqualityImmutableDictionary.cs (1)
41
_hash = HashCode.
Combine
(_hash, kvp.Key, kvp.Value);