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