6 references to Extensions
Microsoft.AspNetCore.OpenApi.SourceGenerators (1)
XmlComments\XmlComment.InheritDoc.cs (1)
429
var xpathResult = (IEnumerable)System.Xml.XPath.
Extensions
.XPathEvaluate(node, xpath);
Microsoft.CodeAnalysis (1)
InternalUtilities\XmlUtilities.cs (1)
75
var xpathResult = System.Xml.XPath.
Extensions
.XPathSelectElements(node, xpath);
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Extensions\ISymbolExtensions.cs (1)
618
var xpathResult = (IEnumerable)System.Xml.XPath.
Extensions
.XPathEvaluate(node, xpath);
netstandard (1)
netstandard.cs (1)
2511
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.
Extensions
))]
System.Xml.Linq (1)
System.Xml.Linq.cs (1)
28
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.
Extensions
))]
System.Xml.XPath.XDocument (1)
artifacts\obj\System.Xml.XPath.XDocument\Debug\net11.0\System.Xml.XPath.XDocument.Forwards.cs (1)
3
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.
Extensions
))]