1 instantiation of InstantiatedTypeInfo
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\TypeLoader\ConstraintValidatorSupport.cs (1)
231
return new
InstantiatedTypeInfo
(type, context);
5 references to InstantiatedTypeInfo
System.Private.Reflection.Execution (5)
Internal\Reflection\Execution\TypeLoader\ConstraintValidatorSupport.cs (5)
239
return type is
InstantiatedTypeInfo
;
281
if (type is
InstantiatedTypeInfo
)
282
type = ((
InstantiatedTypeInfo
)type).UnderlyingType;
299
if (type is
InstantiatedTypeInfo
)
300
type = ((
InstantiatedTypeInfo
)type).UnderlyingType;