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