5 writes to Next
System.Private.Xml (5)
System\Xml\Schema\DtdValidator.cs (1)
493next.Next = null; // unhook each object so it is cleaned up by Garbage Collector
System\Xml\Schema\XdrValidator.cs (1)
687next.Next = null; // unhook each object so it is cleaned up by Garbage Collector
System\Xml\Schema\XmlSchemaValidator.cs (2)
59this.Next = next; 2034next.Next = null; // unhook each object so it is cleaned up by Garbage Collector
System\Xml\Schema\XsdValidator.cs (1)
818next.Next = null; // unhook each object so it is cleaned up by Garbage Collector
4 references to Next
System.Private.Xml (4)
System\Xml\Schema\DtdValidator.cs (1)
492IdRefNode? ptr = next.Next;
System\Xml\Schema\XdrValidator.cs (1)
686IdRefNode? ptr = next.Next;
System\Xml\Schema\XmlSchemaValidator.cs (1)
2033IdRefNode? ptr = next.Next;
System\Xml\Schema\XsdValidator.cs (1)
817IdRefNode? ptr = next.Next;