2 writes to _collectorDisplayName
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (2)
ObjectModel\CollectorDataEntry.cs (2)
76_collectorDisplayName = collectorDisplayName; 90_collectorDisplayName = null!;
2 references to _collectorDisplayName
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (2)
ObjectModel\CollectorDataEntry.cs (2)
119helper.SaveSimpleField(element, "@collectorDisplayName", _collectorDisplayName, string.Empty); 154var collector = new CollectorDataEntry(_uri, _collectorDisplayName, _agentName, null);