3 writes to Next
System.Private.Xml (3)
System\Xml\Serialization\SoapReflectionImporter.cs (1)
446mapping.Next = first;
System\Xml\Serialization\XmlReflectionImporter.cs (2)
363mapping.Next = first; 1129mapping.Next = first;
5 references to Next
System.Private.Xml (5)
System\Xml\Serialization\SoapReflectionImporter.cs (1)
444existingMapping = existingMapping.Next;
System\Xml\Serialization\XmlReflectionImporter.cs (2)
361existingMapping = existingMapping.Next; 1127existingMapping = existingMapping.Next;
System\Xml\Serialization\XmlSchemaExporter.cs (2)
596while (currentMapping.Next != null) 598currentMapping = currentMapping.Next;