2 references to TryGet
System.Private.CoreLib (2)
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\CachedInterfaceDispatch.cs (1)
136
if (!s_cache.
TryGet
(new Key(pCell, (nint)pInstanceType), out pTargetCode))
System\Runtime\TypeLoaderExports.cs (1)
117
return s_cache.
TryGet
(k, out entry);