1 write to Uri
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
InvokedDataCollector.cs (1)
21
Uri
= uri ?? throw new ArgumentNullException(nameof(uri));
10 references to Uri
Microsoft.TestPlatform.CommunicationUtilities (3)
_generated\54\TestPlatformJsonContext.InvokedDataCollector.g.cs (2)
60
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.InvokedDataCollector)obj).
Uri
,
173
global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.InvokedDataCollector)value).
Uri
, Uri);
DataCollectionRequestHandler.cs (1)
401
var invokedDataCollectorsForMetrics = invokedDataCollectors.Select(x => new { x.
Uri
, x.FriendlyName, x.HasAttachmentProcessor }.ToString());
Microsoft.TestPlatform.CrossPlatEngine (3)
AttachmentsProcessing\DataCollectorAttachmentsProcessorsFactory.cs (3)
45
EqtTrace.Info($"DataCollectorAttachmentsProcessorsFactory: Analyzing data collector attachment processor Uri: {invokedDataCollector.
Uri
} AssemblyQualifiedName: {invokedDataCollector.AssemblyQualifiedName} FilePath: {invokedDataCollector.FilePath} HasAttachmentProcessor: {invokedDataCollector.HasAttachmentProcessor}");
91
var dataCollectorExtension = dataCollectorExtensionManager.TryGetTestExtension(invokedDataCollector.
Uri
);
94
EqtTrace.Info($"DataCollectorAttachmentsProcessorsFactory: DataCollectorExtension not found for uri '{invokedDataCollector.
Uri
}'");
Microsoft.VisualStudio.TestPlatform.ObjectModel (4)
InvokedDataCollector.cs (4)
66
&&
Uri
.AbsoluteUri == other.
Uri
.AbsoluteUri
87
var hashCode =
Uri
.GetHashCode();
101
=> $"Uri: '{
Uri
}' FriendlyName: '{FriendlyName}' AssemblyQualifiedName: '{AssemblyQualifiedName}' FilePath: '{FilePath}' HasAttachmentProcessor: '{HasAttachmentProcessor}'";