1 write to FriendlyName
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
InvokedDataCollector.cs (1)
22
FriendlyName
= friendlyName ?? throw new ArgumentNullException(nameof(friendlyName));
7 references to FriendlyName
Microsoft.TestPlatform.CommunicationUtilities (3)
_generated\54\TestPlatformJsonContext.InvokedDataCollector.g.cs (2)
81
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.InvokedDataCollector)obj).
FriendlyName
,
174
writer.WriteString(PropName_FriendlyName, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.InvokedDataCollector)value).
FriendlyName
);
DataCollectionRequestHandler.cs (1)
401
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}'";