1 write to FriendlyName
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
InvokedDataCollector.cs (1)
22FriendlyName = friendlyName ?? throw new ArgumentNullException(nameof(friendlyName));
7 references to FriendlyName
Microsoft.TestPlatform.CommunicationUtilities (3)
_generated\54\TestPlatformJsonContext.InvokedDataCollector.g.cs (2)
81Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.InvokedDataCollector)obj).FriendlyName, 174writer.WriteString(PropName_FriendlyName, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.InvokedDataCollector)value).FriendlyName);
DataCollectionRequestHandler.cs (1)
401var invokedDataCollectorsForMetrics = invokedDataCollectors.Select(x => new { x.Uri, x.FriendlyName, x.HasAttachmentProcessor }.ToString());
Microsoft.VisualStudio.TestPlatform.ObjectModel (4)
InvokedDataCollector.cs (4)
67&& FriendlyName == other.FriendlyName 88hashCode = (hashCode * 397) ^ FriendlyName.GetHashCode(); 101=> $"Uri: '{Uri}' FriendlyName: '{FriendlyName}' AssemblyQualifiedName: '{AssemblyQualifiedName}' FilePath: '{FilePath}' HasAttachmentProcessor: '{HasAttachmentProcessor}'";