2 references to TryGetHashCode
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\ConditionalWeakTable.cs (1)
541
int hashCode = RuntimeHelpers.
TryGetHashCode
(key);
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (1)
246
int hashCode =
TryGetHashCode
(o);