9 references to
ILLink.Tasks (2)
CreateRuntimeRootDescriptorFile.cs (2)
347XmlElement linkerNode = doc["linker"]; 382XmlNode assemblyNode = linkerNode["assembly"];
Microsoft.Build (2)
Construction\ProjectExtensionsElement.cs (2)
111XmlElement idElement = XmlElement[name]; 128XmlElement idElement = XmlElement[name];
Microsoft.TestPlatform.Extensions.BlameDataCollector (4)
BlameCollector.cs (4)
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;
Microsoft.VisualStudio.TestPlatform.Common (1)
Utilities\FakesUtilities.cs (1)
168if (root[settingsNode.Name] == null)