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