1 write to _dataCollectorType
Microsoft.TestPlatform.CrossPlatEngine (1)
DataCollection\InProcDataCollector.cs (1)
90_dataCollectorType = assembly?.GetTypes().FirstOrDefault(filterPredicate);
2 references to _dataCollectorType
Microsoft.TestPlatform.CrossPlatEngine (2)
DataCollection\InProcDataCollector.cs (2)
91AssemblyQualifiedName = _dataCollectorType?.AssemblyQualifiedName; 105_dataCollectorObject = CreateObjectFromType(_dataCollectorType);