1 override of TryGetConstructedGenericTypeForComponents
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.MappingTables.cs (1)
181
public sealed override unsafe bool
TryGetConstructedGenericTypeForComponents
(RuntimeTypeHandle genericTypeDefinitionHandle, RuntimeTypeHandle[] genericTypeArgumentHandles, out RuntimeTypeHandle runtimeTypeHandle)
1 reference to TryGetConstructedGenericTypeForComponents
System.Private.CoreLib (1)
System\Reflection\Runtime\General\TypeUnifier.cs (1)
339
TryGetConstructedGenericTypeDelegate del = s_tryGetConstructedGenericTypeWithConstraintCheck ??= ReflectionCoreExecution.ExecutionEnvironment.
TryGetConstructedGenericTypeForComponents
;