2 writes to _targets
Aspire.Hosting.Yarp (2)
ConfigurationBuilder\YarpCluster.cs (2)
21
_targets
= targets;
79
_targets
= targets;
2 references to _targets
Aspire.Hosting.Yarp (2)
ConfigurationBuilder\YarpCluster.cs (2)
93
var targets = new List<object>(
_targets
.Length);
94
foreach (var target in
_targets
)