3 references to IsSmallExceptionRegion
Microsoft.CodeAnalysis (2)
PEWriter\MetadataWriter.cs (2)
3400
if (!ExceptionRegionEncoder.
IsSmallExceptionRegion
(region.TryStartOffset, region.TryLength) ||
3401
!ExceptionRegionEncoder.
IsSmallExceptionRegion
(region.HandlerStartOffset, region.HandlerLength))
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\Encoding\ExceptionRegionEncoder.cs (1)
64
IsSmallExceptionRegion
(startOffset, endOffset - startOffset);