6 references to Extensions
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)
619
var xpathResult = (IEnumerable)System.Xml.XPath.
Extensions
.XPathEvaluate(node, xpath);
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Compilers\Core\Portable\InternalUtilities\XmlUtilities.cs (1)
75
var xpathResult = System.Xml.XPath.
Extensions
.XPathSelectElements(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\net10.0\System.Xml.XPath.XDocument.Forwards.cs (1)
3
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.
Extensions
))]