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; 1125mapping.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; 1123existingMapping = existingMapping.Next;
System\Xml\Serialization\XmlSchemaExporter.cs (2)
596while (currentMapping.Next != null) 598currentMapping = currentMapping.Next;