3 writes to Next
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapReflectionImporter.cs (1)
475mapping.Next = first;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (2)
357mapping.Next = first; 1122mapping.Next = first;
8 references to Next
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeExporter.cs (1)
219if (arrayMapping.Next != null)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapReflectionImporter.cs (1)
473existingMapping = existingMapping.Next;
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaExporter.cs (2)
226while (mapping.Next != null) 228mapping = mapping.Next;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (2)
355existingMapping = existingMapping.Next; 1120existingMapping = existingMapping.Next;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (2)
635while (currentMapping.Next != null) 637currentMapping = currentMapping.Next;