Skip to content

Commit 6032318

Browse files
committed
Commnet
1 parent db9a001 commit 6032318

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Grpc.Net.Client/Balancer/BalancerAddress.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ namespace Grpc.Net.Client.Balancer;
3030
/// </summary>
3131
public sealed class BalancerAddress
3232
{
33-
// Internal so address attributes can be compared without allocating an empty collection.
33+
// Internal so address attributes can be compared without using the Attributes property.
34+
// The property allocates an empty collection if one isn't already present.
3435
internal BalancerAttributes? _attributes;
3536

3637
/// <summary>

0 commit comments

Comments
 (0)