1 write to TypeUri
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
DataCollector\Attributes\DataCollectorTypeUriAttribute.cs (1)
23
TypeUri
= typeUri;
2 references to TypeUri
Microsoft.VisualStudio.TestPlatform.Common (2)
DataCollection\DataCollectorConfig.cs (2)
88
if (!typeUriAttribute.
TypeUri
.IsNullOrWhiteSpace())
90
return new Uri(typeUriAttribute.
TypeUri
);