1 override of IsList
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (1)
350internal override bool IsList
5 references to IsList
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (1)
631_hasSimpleContent = !hasElements && text != null && !text.Mapping.IsList;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCodeExporter.cs (1)
326if (mapping.IsList)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (1)
870if (!member.Text.Mapping.TypeDesc.CanBeTextValue && member.Text.Mapping.IsList)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (2)
1538if (accessor.Mapping.IsList) 1738accessor.IsList = mapping.IsList;