1 write to _configurationElement
Microsoft.TestPlatform.Extensions.BlameDataCollector (1)
BlameCollector.cs (1)
139_configurationElement = configurationElement;
5 references to _configurationElement
Microsoft.TestPlatform.Extensions.BlameDataCollector (5)
BlameCollector.cs (5)
150if (_configurationElement != null) 152if (_configurationElement[Constants.DumpModeKey] is XmlElement collectDumpNode) 174if (_configurationElement[Constants.CollectDumpOnTestSessionHang] is XmlElement collectHangBasedDumpNode) 187_monitorPostmortemDumpFolder = _configurationElement[Constants.MonitorPostmortemDebugger] is XmlElement monitorPostmortemNode && 191var tfm = _configurationElement[Constants.TargetFramework]?.InnerText;