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