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