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];