5 overrides of HasChildren
System.Data.Common (1)
System\Xml\DataDocumentXPathNavigator.cs (1)
122
public override bool
HasChildren
=> _curNode.HasChildren;
System.Private.Xml (3)
System\Xml\Cache\XPathDocumentNavigator.cs (1)
525
public override bool
HasChildren
System\Xml\Dom\DocumentXPathNavigator.cs (1)
1177
public override bool
HasChildren
System\Xml\XPath\XPathNavigatorReader.cs (1)
1208
public override bool
HasChildren
System.Private.Xml.Linq (1)
System\Xml\XPath\XNodeNavigator.cs (1)
99
public override bool
HasChildren
9 references to HasChildren
ILCompiler.Compiler (2)
Compiler\DescriptorMarker.cs (1)
229
return nav.
HasChildren
? TypePreserve.Nothing : TypePreserve.All;
src\runtime\src\coreclr\tools\Common\Compiler\ProcessLinkerXmlBase.cs (1)
262
if (nav.
HasChildren
)
ILCompiler.ReadyToRun (2)
Compiler\ReadyToRunXmlRootProvider.cs (1)
210
return nav.
HasChildren
? TypePreserve.Nothing : TypePreserve.All;
src\runtime\src\coreclr\tools\Common\Compiler\ProcessLinkerXmlBase.cs (1)
262
if (nav.
HasChildren
)
illink (2)
Linker.Steps\DescriptorMarker.cs (1)
175
return nav.
HasChildren
? TypePreserve.Nothing : TypePreserve.All;
Linker.Steps\ProcessLinkerXmlBase.cs (1)
259
if (nav.
HasChildren
)
Microsoft.TestPlatform.Utilities (1)
InferRunSettingsHelper.cs (1)
110
else if (runSettingsNavigator.
HasChildren
)
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\ApplyTemplatesAction.cs (1)
150
if (!frame.Node!.
HasChildren
)
System\Xml\Xsl\XsltOld\CopyNodeSetAction.cs (1)
82
if (frame.Node!.
HasChildren
)