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 db9a001 commit 6032318Copy full SHA for 6032318
src/Grpc.Net.Client/Balancer/BalancerAddress.cs
@@ -30,7 +30,8 @@ namespace Grpc.Net.Client.Balancer;
30
/// </summary>
31
public sealed class BalancerAddress
32
{
33
- // Internal so address attributes can be compared without allocating an empty collection.
+ // 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.
35
internal BalancerAttributes? _attributes;
36
37
/// <summary>
0 commit comments