11 references to SelectNodes
Microsoft.ML.NugetPackageVersionUpdater (1)
Program.cs (1)
62
var packageReferenceNodes = csprojDoc.DocumentElement.
SelectNodes
(packageReferencePath);
PresentationFramework (3)
MS\Internal\Data\XmlBindingWorker.cs (1)
516
nodes = ContextNode.
SelectNodes
(XPath);
MS\Internal\IO\Packaging\XmlFixedPageInfo.cs (1)
131
_nodeList = _pageNode.
SelectNodes
(glyphRunQuery);
System\Windows\Data\XmlDataProvider.cs (1)
776
nodes = doc.
SelectNodes
(xpath);
System.Security.Cryptography.Xml (7)
System\Security\Cryptography\Xml\Reference.cs (2)
241
if (transformNodes.Count != transformsElement.
SelectNodes
("*")!.Count)
331
if (value.
SelectNodes
("*")!.Count != expectedChildNodeCount)
System\Security\Cryptography\Xml\Signature.cs (1)
219
if (signatureElement.
SelectNodes
("*")!.Count != expectedChildNodes)
System\Security\Cryptography\Xml\SignedInfo.cs (1)
271
if (signedInfoElement.
SelectNodes
("*")!.Count != expectedChildNodes)
System\Security\Cryptography\Xml\SignedXml.cs (1)
1086
XmlNodeList? nodeList = document.
SelectNodes
(xPath);
System\Security\Cryptography\Xml\Utils.cs (1)
234
XmlNodeList? nodeList = document.
SelectNodes
("//comment()");
System\Security\Cryptography\Xml\XmlDsigBase64Transform.cs (1)
55
LoadXmlNodeListInput(((XmlDocument)obj).
SelectNodes
("//.")!);