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)
91
AssemblyQualifiedName =
_dataCollectorType
?.AssemblyQualifiedName;
105
_dataCollectorObject = CreateObjectFromType(
_dataCollectorType
);