1 write to DataCollectionEventsPort
Microsoft.VisualStudio.TestPlatform.Common (1)
DataCollection\BeforeTestRunStartResult.cs (1)
27
DataCollectionEventsPort
= dataCollectionEventsPort;
3 references to DataCollectionEventsPort
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\3\TestPlatformJsonContext.BeforeTestRunStartResult.g.cs (2)
81
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.Common.DataCollection.BeforeTestRunStartResult)obj).
DataCollectionEventsPort
,
111
writer.WriteNumber(PropName_DataCollectionEventsPort, ((global::Microsoft.VisualStudio.TestPlatform.Common.DataCollection.BeforeTestRunStartResult)value).
DataCollectionEventsPort
);
Microsoft.TestPlatform.CrossPlatEngine (1)
DataCollection\ProxyDataCollectionManager.cs (1)
201
dataCollectionEventsPort = result.
DataCollectionEventsPort
;