6 references to HashCode
Microsoft.Interop.ComInterfaceGenerator (2)
ComClassInfo.cs (1)
81return HashCode.Combine(ClassName, ContainingSyntaxContext, ImplementedInterfacesNames);
ComInterfaceInfo.cs (1)
364return HashCode.Combine(Type, ThisInterfaceKey, BaseInterfaceKey, TypeDefinitionContext, InterfaceId);
Microsoft.Interop.SourceGeneration (4)
ManagedTypeInfo.cs (1)
28return HashCode.Combine(FullTypeName, DiagnosticFormattedName);
ManualTypeMarshallingHelper.cs (1)
40hash = HashCode.Combine(hash, mode.Key, mode.Value);
SequenceEqualImmutableArray.cs (1)
36public override int GetHashCode() => HashCode.SequentialValuesHash(Array);
ValueEqualityImmutableDictionary.cs (1)
41_hash = HashCode.Combine(_hash, kvp.Key, kvp.Value);