8 references to CreateNavigator
ILCompiler.Compiler (2)
src\runtime\src\coreclr\tools\Common\Compiler\ProcessLinkerXmlBase.cs (2)
64_document = XDocument.Load(xmlReader, LoadOptions.SetLineInfo).CreateNavigator(); 75_document = XDocument.Load(documentStream, LoadOptions.SetLineInfo).CreateNavigator();
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\Compiler\ProcessLinkerXmlBase.cs (2)
64_document = XDocument.Load(xmlReader, LoadOptions.SetLineInfo).CreateNavigator(); 75_document = XDocument.Load(documentStream, LoadOptions.SetLineInfo).CreateNavigator();
illink (1)
Microsoft.AspNetCore.OpenApi.SourceGenerators (1)
XmlComments\XmlComment.cs (1)
54var nav = doc.CreateNavigator();
System.Private.Xml.Linq (1)
System\Xml\XPath\XNodeNavigator.cs (1)
868XPathNavigator navigator = node.CreateNavigator();
System.Xml.XPath.XDocument (1)
System\Xml\XPath\XDocumentExtensions.cs (1)
19return _node.CreateNavigator();