1 override of TryGetByRefTypeForTargetType
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.MappingTables.cs (1)
168public sealed override unsafe bool TryGetByRefTypeForTargetType(RuntimeTypeHandle targetTypeHandle, out RuntimeTypeHandle byRefTypeHandle)
1 reference to TryGetByRefTypeForTargetType
System.Private.CoreLib (1)
System\Reflection\Runtime\General\TypeUnifier.cs (1)
215if (!ReflectionCoreExecution.ExecutionEnvironment.TryGetByRefTypeForTargetType(elementTypeHandle, out typeHandle))