We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AggressiveInlining
1 parent 6e87558 commit 8d057ebCopy full SHA for 8d057eb
src/System.Net.Http.Formatting/Internal/TranscodingStream.cs
@@ -465,8 +465,6 @@ public override void SetLength(long value)
465
466
#if NET6_0_OR_GREATER
467
[StackTraceHidden]
468
-#else
469
- [MethodImpl(MethodImplOptions.AggressiveInlining)]
470
#endif
471
private void ThrowIfDisposed()
472
{
@@ -479,8 +477,6 @@ private void ThrowIfDisposed()
479
477
[DoesNotReturn]
480
478
481
482
483
484
485
private void ThrowObjectDisposedException()
486
0 commit comments