6 references to EnsureLocationExists
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (6)
XML\XmlPersistence.cs (6)
326
XmlNode? saveTarget =
EnsureLocationExists
(xml, location);
355
XmlElement? dictionaryElement = (XmlElement?)
EnsureLocationExists
(element, location);
373
XmlElement? dictionaryElement = (XmlElement?)
EnsureLocationExists
(element, location);
413
XmlElement? listElement = (XmlElement?)
EnsureLocationExists
(element, listXmlElement);
453
XmlElement? listElement = (XmlElement?)
EnsureLocationExists
(element, listXmlElement);
715
return parts.Length > 1 ?
EnsureLocationExists
((XmlElement)firstChild, parts[1]) : firstChild;