6 references to TypeHashCode
System.Private.CoreLib (6)
src\Internal\VersionResilientHashCode.CoreCLR.cs (5)
33hashcode = NestedTypeHashCode(TypeHashCode(type.DeclaringType), hashcode); 47return ArrayTypeHashCode(TypeHashCode(type.GetElementType()), type.GetArrayRank()); 52return PointerTypeHashCode(TypeHashCode(type.GetElementType())); 57return ByrefTypeHashCode(TypeHashCode(type.GetElementType())); 72int argumentHashCode = TypeHashCode(instantiation[i]);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\TypeMapLazyDictionary.cs (1)
347=> Internal.VersionResilientHashCode.TypeHashCode(key);