8 writes to next
System.Private.Xml.Linq (8)
System\Xml\Linq\XElement.cs (8)
944lastAttr.next = a.next; 951a.next = null; 1926a.next = a; 1930a.next = lastAttr.next; 1931lastAttr.next = a; 2095p.next = a.next; 2098a.next = null; 2111a.next = null;
43 references to next
System.Private.Xml.Linq (43)
System\Xml\Linq\Extensions.cs (1)
352a = a.next!;
System\Xml\Linq\XAttribute.cs (3)
114get { return parent != null && ((XElement)parent).lastAttr != this ? next : null; } 144while (a.next != this) 146a = a.next!;
System\Xml\Linq\XElement.cs (16)
115a = a.next!; 217get { return lastAttr?.next; } 380a = a.next!; 510a = a.next!; 939XAttribute a = lastAttr.next!; 941if (lastAttr == null || a != lastAttr.next) throw new InvalidOperationException(SR.InvalidOperation_ExternalCode); 944lastAttr.next = a.next; 1930a.next = lastAttr.next; 1944a1 = a1.next!; 1945a2 = a2.next!; 1971a = a.next!; 1988a = a.next!; 2007a = a.next!; 2087while ((n = p.next!) != a) p = n; 2095p.next = a.next; 2109XAttribute next = a.next!;
System\Xml\Linq\XLinq.cs (4)
317a = a.next!; 335a = a.next!; 380a = a.next!; 399a = a.next!;
System\Xml\Linq\XNodeReader.cs (16)
53a = a.next!; 138return GetFirstNonDuplicateNamespaceAttribute(e.lastAttr.next!) != null; 480a = a.next!; 535a = a.next!; 570a = a.next!; 622a = a.next!; 669a = a.next!; 706a = a.next!; 759object? na = GetFirstNonDuplicateNamespaceAttribute(e.lastAttr.next!); 768_source = e.lastAttr.next!; 796object? na = GetFirstNonDuplicateNamespaceAttribute(e.lastAttr.next!); 805_source = e.lastAttr.next!; 825object? na = GetFirstNonDuplicateNamespaceAttribute(a.next!); 834_source = a.next!; 1367a = a.next!; 1397candidate = candidate.next!;
System\Xml\Schema\XNodeValidator.cs (3)
180a = a.next!; 207a = a.next!; 267a = a.next!;