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.
1 parent 1fc163d commit 6cac825Copy full SHA for 6cac825
projects/client/RabbitMQ.Client/src/client/impl/ExtensionMethods.cs
@@ -65,7 +65,7 @@ public static T RandomItem<T>(this IList<T> list)
65
return list.ElementAt<T>(hashCode % n);
66
}
67
68
- public static ArraySegment<byte> GetBufferSegment(this MemoryStream ms)
+ internal static ArraySegment<byte> GetBufferSegment(this MemoryStream ms)
69
{
70
#if CORECLR15
71
var payload = ms.ToArray();
0 commit comments