6 references to SelectSingleNode
ComSvcConfig (2)
EndpointConfigContainer.cs (2)
767
startupNode = xmlDoc.DocumentElement.
SelectSingleNode
("startup");
788
requiredRuntime = startupNode.
SelectSingleNode
("requiredRuntime");
System.Web (1)
UI\WebControls\XmlHierarchicalDataSourceView.cs (1)
46
XmlNode node = root.
SelectSingleNode
(_viewPath);
System.Windows.Forms (3)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (3)
271
XmlElement idReference = context.
SelectSingleNode
("//*[@Id=\"" + idValue + "\"]") as XmlElement;
274
idReference = context.
SelectSingleNode
("//*[@id=\"" + idValue + "\"]") as XmlElement;
277
return context.
SelectSingleNode
("//*[@ID=\"" + idValue + "\"]") as XmlElement;