5 writes to Next
System.Xml (5)
System\Xml\Schema\DtdValidator.cs (1)
407next.Next = null; // unhook each object so it is cleaned up by Garbage Collector
System\Xml\Schema\XdrValidator.cs (1)
563next.Next = null; // unhook each object so it is cleaned up by Garbage Collector
System\Xml\Schema\XmlSchemaValidator.cs (2)
58this.Next = next; 1700next.Next = null; // unhook each object so it is cleaned up by Garbage Collector
System\Xml\Schema\XsdValidator.cs (1)
686next.Next = null; // unhook each object so it is cleaned up by Garbage Collector
4 references to Next
System.Xml (4)
System\Xml\Schema\DtdValidator.cs (1)
406IdRefNode ptr = next.Next;
System\Xml\Schema\XdrValidator.cs (1)
562IdRefNode ptr = next.Next;
System\Xml\Schema\XmlSchemaValidator.cs (1)
1699IdRefNode ptr = next.Next;
System\Xml\Schema\XsdValidator.cs (1)
685IdRefNode ptr = next.Next;