2 writes to FriendlyName
Microsoft.VisualStudio.TestPlatform.Common (2)
DataCollection\DataCollectionAttachmentManager.cs (1)
345FriendlyName = collectorFriendlyName
DataCollection\TestPlatformDataCollectionLogger.cs (1)
139args.FriendlyName = _dataCollectorConfig.FriendlyName;
2 references to FriendlyName
Microsoft.TestPlatform.CommunicationUtilities (2)
DataCollectionRequestSender.cs (2)
192if (dataCollectionMessageEventArgs.FriendlyName.IsNullOrWhiteSpace()) 200logMessage = string.Format(CultureInfo.CurrentCulture, CommonResources.DataCollectorMessageFormat, dataCollectionMessageEventArgs.FriendlyName, dataCollectionMessageEventArgs.Message);