2 writes to _dataCollectionsName
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
DataCollector\DataCollectionRunSettings.cs (2)
30
_dataCollectionsName
= Constants.DataCollectorsSettingName;
53
_dataCollectionsName
= dataCollectionsName;
1 reference to _dataCollectionsName
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
DataCollector\DataCollectionRunSettings.cs (1)
88
XmlElement subRoot = doc.CreateElement(
_dataCollectionsName
);