5 references to Instantiate
System.Private.Reflection.Execution (5)
Internal\Reflection\Execution\TypeLoader\ConstraintValidator.cs (1)
51Type instantiatedTypeConstraint = constraint.Instantiate(typeContextOfConstraintDeclarer);
Internal\Reflection\Execution\TypeLoader\ConstraintValidatorSupport.cs (4)
63interfaces[i] = interfaces[i].Instantiate(_context); 95return _underlyingType.GetElementType().Instantiate(_context); 103arguments[i] = arguments[i].Instantiate(_context); 112return _underlyingType.BaseType.Instantiate(_context);