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