9 references to
ILLink.Tasks (2)
CreateRuntimeRootDescriptorFile.cs (2)
347
XmlElement linkerNode = doc
[
"linker"];
382
XmlNode assemblyNode = linkerNode
[
"assembly"];
Microsoft.Build (2)
Construction\ProjectExtensionsElement.cs (2)
111
XmlElement idElement = XmlElement
[
name];
128
XmlElement idElement = XmlElement
[
name];
Microsoft.TestPlatform.Extensions.BlameDataCollector (4)
BlameCollector.cs (4)
152
if (_configurationElement
[
Constants.DumpModeKey] is XmlElement collectDumpNode)
174
if (_configurationElement
[
Constants.CollectDumpOnTestSessionHang] is XmlElement collectHangBasedDumpNode)
187
_monitorPostmortemDumpFolder = _configurationElement
[
Constants.MonitorPostmortemDebugger] is XmlElement monitorPostmortemNode &&
191
var tfm = _configurationElement
[
Constants.TargetFramework]?.InnerText;
Microsoft.VisualStudio.TestPlatform.Common (1)
Utilities\FakesUtilities.cs (1)
168
if (root
[
settingsNode.Name] == null)