3 writes to Next
System.Xml (3)
System\Xml\Serialization\SoapReflectionImporter.cs (1)
428mapping.Next = first;
System\Xml\Serialization\XmlReflectionImporter.cs (2)
321mapping.Next = first; 980mapping.Next = first;
8 references to Next
System.Xml (8)
System\Xml\Serialization\CodeExporter.cs (1)
196if (arrayMapping.Next != null)
System\Xml\Serialization\SoapReflectionImporter.cs (1)
426existingMapping = existingMapping.Next;
System\Xml\Serialization\SoapSchemaExporter.cs (2)
195while (mapping.Next != null) { 196mapping = mapping.Next;
System\Xml\Serialization\XmlReflectionImporter.cs (2)
319existingMapping = existingMapping.Next; 978existingMapping = existingMapping.Next;
System\Xml\Serialization\XmlSchemaExporter.cs (2)
548while (currentMapping.Next != null) { 549currentMapping = currentMapping.Next;