Skip to content

Commit 6cac825

Browse files
author
yupliner
committed
GetBufferSegment is internal
1 parent 1fc163d commit 6cac825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/client/RabbitMQ.Client/src/client/impl/ExtensionMethods.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public static T RandomItem<T>(this IList<T> list)
6565
return list.ElementAt<T>(hashCode % n);
6666
}
6767

68-
public static ArraySegment<byte> GetBufferSegment(this MemoryStream ms)
68+
internal static ArraySegment<byte> GetBufferSegment(this MemoryStream ms)
6969
{
7070
#if CORECLR15
7171
var payload = ms.ToArray();

0 commit comments

Comments
 (0)