3 references to IsSmallRegionCount
Microsoft.CodeAnalysis (1)
PEWriter\MetadataWriter.cs (1)
3393
if (!ExceptionRegionEncoder.
IsSmallRegionCount
(exceptionRegions.Length))
System.Reflection.Metadata (2)
System\Reflection\Metadata\Ecma335\Encoding\ControlFlowBuilder.cs (1)
416
if (!ExceptionRegionEncoder.
IsSmallRegionCount
(_lazyExceptionHandlers.Count))
System\Reflection\Metadata\Ecma335\Encoding\ExceptionRegionEncoder.cs (1)
87
bool hasSmallFormat = hasSmallRegions &&
IsSmallRegionCount
(exceptionRegionCount);