1 override of TryGetByRefTypeForTargetType
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.MappingTables.cs (1)
168
public 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)
215
if (!ReflectionCoreExecution.ExecutionEnvironment.
TryGetByRefTypeForTargetType
(elementTypeHandle, out typeHandle))