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)
106
InitializeDataCollector(
_dataCollectorObject
, inProcDataCollectionSink);
116
var methodInfo = GetMethodInfoFromType(
_dataCollectorObject
?.GetType(), methodName, [methodArg.GetType()]);
122
methodInfo?.Invoke(
_dataCollectorObject
, [testSessionStartArgs]);
126
methodInfo?.Invoke(
_dataCollectorObject
, [methodArg]);