3 references to LocationToXmlNode
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (3)
XML\XmlPersistence.cs (3)
465xml = (XmlElement)LocationToXmlNode(xml, location)!; 741XmlNode? node = LocationToXmlNode(xml, location); 759XmlNode? firstChild = LocationToXmlNode(xml, firstPart);