1 write to AssemblyQualifiedName
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
InvokedDataCollector.cs (1)
23AssemblyQualifiedName = assemblyQualifiedName ?? throw new ArgumentNullException(nameof(assemblyQualifiedName));
7 references to AssemblyQualifiedName
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\54\TestPlatformJsonContext.InvokedDataCollector.g.cs (2)
102Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.InvokedDataCollector)obj).AssemblyQualifiedName, 175writer.WriteString(PropName_AssemblyQualifiedName, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.InvokedDataCollector)value).AssemblyQualifiedName);
Microsoft.TestPlatform.CrossPlatEngine (1)
AttachmentsProcessing\DataCollectorAttachmentsProcessorsFactory.cs (1)
45EqtTrace.Info($"DataCollectorAttachmentsProcessorsFactory: Analyzing data collector attachment processor Uri: {invokedDataCollector.Uri} AssemblyQualifiedName: {invokedDataCollector.AssemblyQualifiedName} FilePath: {invokedDataCollector.FilePath} HasAttachmentProcessor: {invokedDataCollector.HasAttachmentProcessor}");
Microsoft.VisualStudio.TestPlatform.ObjectModel (4)
InvokedDataCollector.cs (4)
68&& AssemblyQualifiedName == other.AssemblyQualifiedName 89hashCode = (hashCode * 397) ^ AssemblyQualifiedName.GetHashCode(); 101=> $"Uri: '{Uri}' FriendlyName: '{FriendlyName}' AssemblyQualifiedName: '{AssemblyQualifiedName}' FilePath: '{FilePath}' HasAttachmentProcessor: '{HasAttachmentProcessor}'";