1 override of NextSibling
System.Private.Xml (1)
System\Xml\Dom\XmlLinkedNode.cs (1)
44public override XmlNode? NextSibling
126 references to NextSibling
Microsoft.AspNetCore.AzureAppServices.SiteExtension.Tests (4)
TransformTest.cs (4)
38var sharedStoreElement = depsElement.NextSibling; 43var startupAssembliesElement = sharedStoreElement.NextSibling; 69var sharedStoreElement = depsElement.NextSibling; 74var startupAssembliesElement = sharedStoreElement.NextSibling;
Microsoft.Build (1)
Xml\ProjectXmlUtilities.XmlElementChildIterator.cs (1)
105child = child.NextSibling;
Microsoft.Build.Engine (2)
Engine\XmlSearcher.cs (2)
166while ((xmlNode != null) && (xmlNode.NextSibling == null)) 178xmlNode = xmlNode.NextSibling;
Microsoft.Build.Tasks.Core (3)
BootstrapperUtil\BootstrapperBuilder.cs (3)
1261nextNode = nextNode.NextSibling; 1270nextNode = nextNode.NextSibling; 2183childNode = currentNode.NextSibling;
Microsoft.Web.Xdt.Extensions.Tests (4)
InsertOrAppendAttributeTests.cs (4)
31var secondChild = firstChild.NextSibling; 55var secondChild = firstChild.NextSibling; 79var secondChild = firstChild.NextSibling; 103var secondChild = firstChild.NextSibling;
ReachFramework (5)
PrintConfig\PrtTicket_Editor.cs (5)
131rootChild = rootChild.NextSibling; 260child = child.NextSibling; 292child = child.NextSibling; 324child = child.NextSibling; 350child = child.NextSibling;
System.Data.Common (56)
System\Data\XDRSchema.cs (7)
50for (XmlNode? n = schemaRoot.FirstChild; n != null; n = n.NextSibling) 109else if (vn.NextSibling != null) 110vn = vn.NextSibling; 116if (vn!.NextSibling != null) 118vn = vn.NextSibling; 162for (XmlNode? n = typeNode.FirstChild; n != null; n = n.NextSibling) 525for (XmlNode? n = typeNode.FirstChild; n != null; n = n.NextSibling)
System\Data\XmlDataLoader.cs (12)
101for (XmlNode? n = parentElement.FirstChild; n != null; n = n.NextSibling) 144n = n.NextSibling; 149if (IsTextLikeNode(n.NodeType) && (n.NextSibling == null || !IsTextLikeNode(n.NodeType))) 160n = n.NextSibling; 177n = n.NextSibling!; 179if (IsTextLikeNode(n.NodeType) && (n.NextSibling == null || !IsTextLikeNode(n.NodeType))) 183n = n.NextSibling; 191n = n.NextSibling; 226for (XmlNode? tabNode = e.FirstChild; tabNode != null; tabNode = tabNode.NextSibling) 439while (n != rowElement && n!.NextSibling == null) 445n = n.NextSibling; 507for (XmlNode? n = parentElement.FirstChild; n != null; n = n.NextSibling)
System\Data\xmlsaver.cs (2)
1205for (XmlNode? n = schema.FirstChild; n != null; n = n.NextSibling) 1571for (XmlNode? n = node.FirstChild; n != null; n = n.NextSibling)
System\Xml\DataPointer.cs (1)
667for (n = _node.FirstChild; n != null; n = n.NextSibling)
System\Xml\DataSetMappper.cs (5)
136for (XmlNode? n = elem.FirstChild; n != null; n = n.NextSibling) 279if (fc == null || fc.NodeType != XmlNodeType.Text || fc.NextSibling != null) 288for (; n != null; n = n.NextSibling) 324if (fc == null || fc.NodeType != XmlNodeType.Text || fc.NextSibling != null) 331for (; n != null; n = n.NextSibling)
System\Xml\RegionIterator.cs (9)
74XmlNode? nextNode = _currentNode.NextSibling; 89while (nextNode != _rowElement && nextNode!.NextSibling == null) 105Debug.Assert(nextNode.NextSibling != null); 106_currentNode = nextNode.NextSibling; 171n = n.NextSibling; 178if (XmlDataDocument.IsTextLikeNode(n) && (n.NextSibling == null || !XmlDataDocument.IsTextLikeNode(n.NextSibling))) 182n = n.NextSibling; 194n = n.NextSibling;
System\Xml\TreeIterator.cs (4)
51XmlNode? nextNode = _currentNode.NextSibling; 61while (nextNode != _nodeTop && nextNode!.NextSibling == null) 72Debug.Assert(nextNode.NextSibling != null); 73_currentNode = nextNode.NextSibling;
System\Xml\XmlBoundElement.cs (1)
165sibling = child.NextSibling;
System\Xml\XmlDataDocument.cs (13)
142for (XmlNode? child = node.FirstChild; child != null; child = child.NextSibling) 183for (XmlNode? child = node.FirstChild; child != null; child = child.NextSibling) 440XmlNode? next = node.NextSibling; 454for (; node != null; node = node.NextSibling) 776for (node = rowElement.FirstChild; node != null; prev = node, node = node.NextSibling) 782for (; node != null; prev = node, node = node.NextSibling) 1323for (XmlNode? child = node.FirstChild; child != null; child = child.NextSibling) 2334nextSibling = child.NextSibling; 2338nextSibling = child.NextSibling; 2350XmlNode? sibling = node.NextSibling; 2362n = n.NextSibling; 2370RemoveInitialTextNodes(n!.NextSibling); 2395return n.NextSibling;
System\Xml\XPathNodePointer.cs (2)
1205nextNode = curNode1.NextSibling; 1292for (n = _node.FirstChild; n != null; n = n.NextSibling)
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
1419child = child.NextSibling;
System.Private.Xml (44)
System\Xml\Dom\DocumentSchemaValidator.cs (3)
278for (XmlNode? child = node.FirstChild; child != null; child = child.NextSibling) 363for (XmlNode? child = elementNode.FirstChild; child != null; child = child.NextSibling) 721for (child = parentNode.FirstChild; child != null; child = child.NextSibling)
System\Xml\Dom\DocumentXmlWriter.cs (1)
473DocumentXPathNavigator.DeleteToFollowingSibling(_start.NextSibling!, _end);
System\Xml\Dom\DocumentXPathNavigator.cs (9)
71DeleteToFollowingSibling(node.NextSibling!, end); 1001XmlNode? nextSibling = following.NextSibling; 1089XmlNode? nextSibling = following.NextSibling; 1347XmlNode? nextNode = node1.NextSibling; 1349nextNode = nextNode.NextSibling; 1793node = node.NextSibling!; 1941XmlNode? sibling = node.NextSibling; 1961sibling = current.NextSibling; 2060currentLeft = currentLeft.NextSibling;
System\Xml\Dom\XmlAttribute.cs (1)
356for (XmlNode? node = FirstChild; node != null; node = node.NextSibling)
System\Xml\Dom\XmlCharacterData.cs (1)
224n = n.NextSibling;
System\Xml\Dom\XmlChildEnumerator.cs (1)
35child = child.NextSibling;
System\Xml\Dom\XmlChildNodes.cs (2)
23for (XmlNode? n = _container.FirstChild; n != null; n = n.NextSibling, i--) 37for (XmlNode? n = _container.FirstChild; n != null; n = n.NextSibling)
System\Xml\Dom\XmlDocument.cs (6)
507node = node.NextSibling; 521node = node.NextSibling; 592return !HasNodeTypeInNextSiblings(XmlNodeType.DocumentType, refChild.NextSibling); 1043for (XmlNode? n = fromNode.FirstChild; n != null; n = n.NextSibling) 1448n = n.NextSibling; 1458n = n.NextSibling;
System\Xml\Dom\XmlElement.cs (2)
502n = n.NextSibling; 526for (XmlNode? node = FirstChild; node != null; node = node.NextSibling)
System\Xml\Dom\XmlElementList.cs (2)
118&& retNode.NextSibling == null) 124retNode = retNode.NextSibling;
System\Xml\Dom\XmlLinkedNode.cs (1)
27XmlNode? nextSibling = node.NextSibling;
System\Xml\Dom\XmlLoader.cs (1)
856child = child.NextSibling;
System\Xml\Dom\XmlNode.cs (12)
397XmlNode? next = node.NextSibling; 481XmlNode? nextNode = oldChild.NextSibling; 602XmlNode? next = node.NextSibling; 720for (XmlNode? child = container.FirstChild; child != null; child = child.NextSibling) 739XmlNode? nextChild = crtChild.NextSibling; 902for (XmlNode? child = FirstChild; child != null; child = child.NextSibling) 928if (fc.NextSibling == null) 950&& firstChild.NextSibling == null // and exactly one 1052sibling = child.NextSibling; 1242for (XmlNode? n = FirstChild; n != null; n = n.NextSibling) 1258for (XmlNode? n = FirstChild; n != null; n = n.NextSibling) 1302for (XmlNode? child = FirstChild; child != null; child = child.NextSibling)
System\Xml\Dom\XmlNodeReader.cs (2)
804XmlNode? nextSibling = node.NextSibling; 1089nextSibling = _curNode.NextSibling;
System.Security.Cryptography.Xml (5)
System\Security\Cryptography\Xml\EncryptedXml.cs (1)
866nextChild = child.NextSibling;
System\Security\Cryptography\Xml\KeyInfo.cs (1)
111child = child.NextSibling;
System\Security\Cryptography\Xml\Utils.cs (1)
368sibling = child.NextSibling;
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (2)
242while (child != null && child.NextSibling != sibling) 243child = child.NextSibling;
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescription.cs (1)
388XmlNode sibling = child.NextSibling;