3 references to SZARRAY_BASE_SIZE
System.Private.CoreLib (3)
src\runtime\src\coreclr\nativeaot\Common\src\Internal\Runtime\MethodTable.cs (3)
411
int boundsSize = (int)this.BaseSize -
SZARRAY_BASE_SIZE
;
429
int boundsSize = (int)this.BaseSize -
SZARRAY_BASE_SIZE
;
441
return BaseSize ==
SZARRAY_BASE_SIZE
;