15 writes to next
System.Private.Xml.Linq (15)
System\Xml\Linq\XContainer.cs (10)
77t.next = t; 408last.next = n.next; 415n.next = null; 626n.next = n; 631n.next = x.next; 632x.next = n; 739t.next = t; 1257p.next = n.next; 1260n.next = null; 1273n.next = null;
System\Xml\Linq\XLinq.cs (5)
161n.next = n; 167n.next = last.next; 168last.next = n; 172n.next = _previous.next; 173_previous.next = n;
56 references to next
System.Private.Xml.Linq (56)
System\Xml\Linq\Extensions.cs (5)
141n = n.next!; 396n = n.next!; 421n = ((XNode)c.content).next; 427n = n.next; 448n = n.next!;
System\Xml\Linq\XContainer.cs (26)
43n = n.next!; 57return LastNode?.next; 301n = n.next!; 356n = n.next!; 403XNode n = last.next!; 405if (last != content || n != last.next) throw new InvalidOperationException(SR.InvalidOperation_ExternalCode); 408last.next = n.next; 631n.next = x.next; 651n = n.next!; 667n = n.next!; 681n = n != content ? n.next : null; 695n1 = n1.next; 696n2 = n2.next; 702n1 = n1 != content ? n1.next : null; 703n2 = n2 != e.content ? n2.next : null; 719n = n.next; 760n = n.next!; 779n = ((XNode)c.content).next!; 785n = n.next!; 800n = n.next!; 1249while (p.next != n) p = p.next!; 1257p.next = n.next; 1271XNode next = n.next!; 1311n = n.next!; 1346n = n.next!;
System\Xml\Linq\XDocument.cs (2)
888n = n.next!; 924n = n.next!;
System\Xml\Linq\XElement.cs (1)
241n = n.next!;
System\Xml\Linq\XLinq.cs (6)
167n.next = last.next; 172n.next = _previous.next; 231n = ((XNode)current.content).next!; 246n = n.next!; 276n = ((XNode)current.content).next!; 291n = n.next!;
System\Xml\Linq\XNode.cs (12)
49return parent == null || this == parent.content ? null : next; 66XNode n = ((XNode)parent.content!).next!; 71n = n.next!; 155while (p.next != this) p = p.next!; 276n = n.next!; 315n = n.next!; 334n = n.next!; 545while (p.next != this) p = p.next!; 645n = n.next!; 658n = n.next!;
System\Xml\Linq\XNodeReader.cs (3)
1189_source = n.next!; 1210_source = n.next!; 1258XNode? next = n.next;
System\Xml\Schema\XNodeValidator.cs (1)
330n = n.next!;