2 references to FatRegionSize
System.Reflection.Metadata (2)
System\Reflection\Metadata\Ecma335\Encoding\ExceptionRegionEncoder.cs (2)
30
internal const int MaxExceptionRegions = (ThreeBytesMaxValue - TableHeaderSize) /
FatRegionSize
;
67
TableHeaderSize + exceptionRegionCount * (isSmallFormat ? SmallRegionSize :
FatRegionSize
);