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