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