Advance can no longer be inlined
authorDavid Fowler <davidfowl@gmail.com>
Fri, 12 Jul 2019 05:27:20 +0000 (22:27 -0700)
committerDavid Fowler <davidfowl@gmail.com>
Fri, 12 Jul 2019 05:27:20 +0000 (22:27 -0700)
Commit migrated from https://github.com/dotnet/corefx/commit/8f672e7b2641bea4746d533b52a46b869d853cd4

src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs

index fec0fe0..5842715 100644 (file)
@@ -310,7 +310,6 @@ namespace System.IO.Pipelines
             return false;
         }
 
-        [MethodImpl(MethodImplOptions.AggressiveInlining)]
         internal void Advance(int bytes)
         {
             lock (_sync)