4 references to TryGet
System.Private.CoreLib (4)
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\TypeCast.cs (4)
73
CastResult result = s_castCache.
TryGet
((nuint)mt + (int)AssignmentVariation.BoxedSource, (nuint)pTargetType);
287
result = s_castCache.
TryGet
((nuint)mt, (nuint)pTargetType);
826
CastResult result = s_castCache.
TryGet
((nuint)obj.GetMethodTable() + (int)AssignmentVariation.BoxedSource, (nuint)elementType);
1019
CastResult result = s_castCache.
TryGet
(sourceAndVariation, (nuint)(pTargetType));