Skip to content

Commit 7e0a43b

Browse files
committed
change inlining options for RowOctet.Update()
1 parent 1968d37 commit 7e0a43b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ImageSharp/Formats/Jpeg/Components/RowOctet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ private set
7575
}
7676
}
7777

78-
[MethodImpl(MethodImplOptions.AggressiveInlining)]
78+
[MethodImpl(InliningOptions.ShortMethod)]
7979
public void Update(Buffer2D<T> buffer, int startY)
8080
{
8181
// We don't actually have to assign values outside of the

0 commit comments

Comments
 (0)