2 writes to _dataCollectionRootName
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
DataCollector\DataCollectionRunSettings.cs (2)
29
_dataCollectionRootName
= Constants.DataCollectionRunSettingsName;
52
_dataCollectionRootName
= dataCollectionRootName;
1 reference to _dataCollectionRootName
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
DataCollector\DataCollectionRunSettings.cs (1)
87
XmlElement root = doc.CreateElement(
_dataCollectionRootName
);