You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewInvalidOperationException("Writing is not allowed after writer was completed.");
725
+
ThrowSuffixSent();
726
726
}
727
727
}
728
728
729
+
[StackTraceHidden]
730
+
privatestaticvoidThrowSuffixSent()
731
+
{
732
+
thrownewInvalidOperationException("Writing is not allowed after writer was completed.");
733
+
}
734
+
729
735
/// <summary>
730
736
/// Holds a byte[] from the pool and a size value. Basically a Memory but guaranteed to be backed by an ArrayPool byte[], so that we know we can return it.
0 commit comments