6 references to EnsureLocationExists
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (6)
XML\XmlPersistence.cs (6)
325
XmlNode? saveTarget =
EnsureLocationExists
(xml, location);
354
XmlElement? dictionaryElement = (XmlElement?)
EnsureLocationExists
(element, location);
372
XmlElement? dictionaryElement = (XmlElement?)
EnsureLocationExists
(element, location);
412
XmlElement? listElement = (XmlElement?)
EnsureLocationExists
(element, listXmlElement);
452
XmlElement? listElement = (XmlElement?)
EnsureLocationExists
(element, listXmlElement);
762
return parts.Length > 1 ?
EnsureLocationExists
((XmlElement)firstChild, parts[1]) : firstChild;