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)
54
private readonly
TestPlatformDataCollectionEvents
_events;
DataCollection\DataCollectorInformation.cs (2)
46
internal DataCollectorInformation(ObjectModel.DataCollection.DataCollector dataCollector, XmlElement? configurationElement, DataCollectorConfig dataCollectorConfig, DataCollectionEnvironmentContext? environmentContext, IDataCollectionAttachmentManager attachmentManager,
TestPlatformDataCollectionEvents
events, IMessageSink messageSink, string settingsXml)
76
public
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