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