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