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