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