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