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