1 instantiation of TestPlatformDataCollectionEvents
Microsoft.VisualStudio.TestPlatform.Common (1)
DataCollection\DataCollectionManager.cs (1)
106_events = new TestPlatformDataCollectionEvents();
4 references to TestPlatformDataCollectionEvents
Microsoft.VisualStudio.TestPlatform.Common (4)
DataCollection\DataCollectionManager.cs (1)
54private readonly TestPlatformDataCollectionEvents _events;
DataCollection\DataCollectorInformation.cs (2)
46internal DataCollectorInformation(ObjectModel.DataCollection.DataCollector dataCollector, XmlElement? configurationElement, DataCollectorConfig dataCollectorConfig, DataCollectionEnvironmentContext? environmentContext, IDataCollectionAttachmentManager attachmentManager, TestPlatformDataCollectionEvents events, IMessageSink messageSink, string settingsXml) 76public TestPlatformDataCollectionEvents Events { get; private set; }
DataCollection\TestPlatformDataCollectionEvents.cs (1)
24/// Initializes a new instance of the <see cref="TestPlatformDataCollectionEvents"/> class by mapping the types of expected event args to the multi cast