Skip to content

Commit

Permalink
Remove inlining
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Jan 26, 2021
1 parent 7a39739 commit b40b1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp/src/Google.Protobuf/WritingPrimitives.cs
Expand Up @@ -209,7 +209,7 @@ public static void WriteString(ref Span<byte> buffer, ref WriterInternalState st
}
}

[MethodImpl(MethodImplOptions.AggressiveInlining)]
//[MethodImpl(MethodImplOptions.AggressiveInlining)]
private static int WriteStringToBuffer(Span<byte> buffer, ref WriterInternalState state, string value)
{
#if NETSTANDARD1_1
Expand Down

0 comments on commit b40b1f7

Please sign in to comment.