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