1 write to FriendlyName
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
InvokedDataCollector.cs (1)
22
FriendlyName
= friendlyName ?? throw new ArgumentNullException(nameof(friendlyName));
5 references to FriendlyName
Microsoft.TestPlatform.CommunicationUtilities (1)
DataCollectionRequestHandler.cs (1)
388
var invokedDataCollectorsForMetrics = invokedDataCollectors.Select(x => new { x.Uri, x.
FriendlyName
, x.HasAttachmentProcessor }.ToString());
Microsoft.VisualStudio.TestPlatform.ObjectModel (4)
InvokedDataCollector.cs (4)
67
&&
FriendlyName
== other.
FriendlyName
88
hashCode = (hashCode * 397) ^
FriendlyName
.GetHashCode();
101
=> $"Uri: '{Uri}' FriendlyName: '{
FriendlyName
}' AssemblyQualifiedName: '{AssemblyQualifiedName}' FilePath: '{FilePath}' HasAttachmentProcessor: '{HasAttachmentProcessor}'";