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