5 references to _relatedType
System.Private.CoreLib (5)
src\runtime\src\coreclr\nativeaot\Common\src\Internal\Runtime\MethodTable.cs (5)
690return _relatedType._pRelatedParameterType; 875return _relatedType._pBaseType; 895Debug.Assert(!IsGenericTypeDefinition || _relatedType._pBaseType == null, "callers assume this would be null for a generic definition"); 896return _relatedType._pBaseType; 928return _relatedType._pRelatedParameterType;