1 write to _dataCollectorObject
Microsoft.TestPlatform.CrossPlatEngine (1)
DataCollection\InProcDataCollector.cs (1)
105_dataCollectorObject = CreateObjectFromType(_dataCollectorType);
4 references to _dataCollectorObject
Microsoft.TestPlatform.CrossPlatEngine (4)
DataCollection\InProcDataCollector.cs (4)
106InitializeDataCollector(_dataCollectorObject, inProcDataCollectionSink); 116var methodInfo = GetMethodInfoFromType(_dataCollectorObject?.GetType(), methodName, [methodArg.GetType()]); 122methodInfo?.Invoke(_dataCollectorObject, [testSessionStartArgs]); 126methodInfo?.Invoke(_dataCollectorObject, [methodArg]);