6 references to SelectSingleNode
Microsoft.Gen.MetadataExtractor (1)
src\Generators\Microsoft.Gen.Metrics\Parser.cs (1)
348
var summaryNode = xmlDoc.
SelectSingleNode
("//summary");
Microsoft.Gen.Metrics (1)
Parser.cs (1)
348
var summaryNode = xmlDoc.
SelectSingleNode
("//summary");
Microsoft.Gen.MetricsReports (1)
src\Generators\Microsoft.Gen.Metrics\Parser.cs (1)
348
var summaryNode = xmlDoc.
SelectSingleNode
("//summary");
Microsoft.Maui.Controls.SourceGen (2)
CodeBehindGenerator.cs (2)
444
var instruction = xmlDoc.
SelectSingleNode
("processing-instruction('xaml-comp')") as XmlProcessingInstruction;
690
var platforms = onNode.
SelectSingleNode
("@Platform");
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\XmlDsigBase64Transform.cs (1)
96
XmlNode? result = node.
SelectSingleNode
("self::text()");