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)
52return _underlyingType; 61Type[] interfaces = _underlyingType.GetInterfaces(); 71return _underlyingType.IsConstructedGenericType; 79return _underlyingType.IsGenericType; 85return _underlyingType.GetGenericTypeDefinition(); 90return _underlyingType.GetArrayRank(); 95return _underlyingType.GetElementType().Instantiate(_context); 100Type[] arguments = _underlyingType.GetGenericArguments(); 112return _underlyingType.BaseType.Instantiate(_context); 118return _underlyingType.Attributes; 123return _underlyingType.IsValueType; 128return _underlyingType.IsArray; 133return _underlyingType.IsByRef; 138return _underlyingType.IsPointer;