1 write to _underlyingType
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\TypeLoader\ConstraintValidatorSupport.cs (1)
44
_underlyingType
= underlyingType;
14 references to _underlyingType
System.Private.Reflection.Execution (14)
Internal\Reflection\Execution\TypeLoader\ConstraintValidatorSupport.cs (14)
52
return
_underlyingType
;
61
Type[] interfaces =
_underlyingType
.GetInterfaces();
71
return
_underlyingType
.IsConstructedGenericType;
79
return
_underlyingType
.IsGenericType;
85
return
_underlyingType
.GetGenericTypeDefinition();
90
return
_underlyingType
.GetArrayRank();
95
return
_underlyingType
.GetElementType().Instantiate(_context);
100
Type[] arguments =
_underlyingType
.GetGenericArguments();
112
return
_underlyingType
.BaseType.Instantiate(_context);
118
return
_underlyingType
.Attributes;
123
return
_underlyingType
.IsValueType;
128
return
_underlyingType
.IsArray;
133
return
_underlyingType
.IsByRef;
138
return
_underlyingType
.IsPointer;