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