3 references to CreateNavigator
illink (1)
Linker.Steps\ProcessLinkerXmlBase.cs (1)
50
_document = XDocument.Load (documentStream, LoadOptions.SetLineInfo).
CreateNavigator
();
System.Private.Xml.Linq (1)
System\Xml\XPath\XNodeNavigator.cs (1)
868
XPathNavigator navigator = node.
CreateNavigator
();
System.Xml.XPath.XDocument (1)
System\Xml\XPath\XDocumentExtensions.cs (1)
19
return _node.
CreateNavigator
();