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