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