3 references to IsSmallExceptionRegion
Microsoft.CodeAnalysis (2)
PEWriter\MetadataWriter.cs (2)
3400if (!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)
64IsSmallExceptionRegion(startOffset, endOffset - startOffset);