From d3a429cde0338c5a998d9d7103b35c13917bf4e8 Mon Sep 17 00:00:00 2001 From: Anton Firszov Date: Thu, 1 Jun 2017 12:51:50 +0200 Subject: [PATCH] inline all the things --- .../Processors/Transforms/ResamplingWeightedProcessor.Weights.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ImageSharp/Processing/Processors/Transforms/ResamplingWeightedProcessor.Weights.cs b/src/ImageSharp/Processing/Processors/Transforms/ResamplingWeightedProcessor.Weights.cs index b7e2304fad..8aef87ec85 100644 --- a/src/ImageSharp/Processing/Processors/Transforms/ResamplingWeightedProcessor.Weights.cs +++ b/src/ImageSharp/Processing/Processors/Transforms/ResamplingWeightedProcessor.Weights.cs @@ -61,6 +61,7 @@ namespace ImageSharp.Processing.Processors /// Gets a reference to the first item of the window. /// /// The reference to the first item of the window + [MethodImpl(MethodImplOptions.AggressiveInlining)] public ref float GetStartReference() { return ref this.buffer[this.flatStartIndex];