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