2 writes to IsSequence
System.Xml (2)
System\Xml\Serialization\Mappings.cs (1)
573start.IsSequence = true;
System\Xml\Serialization\XmlSchemaImporter.cs (1)
602structMapping.IsSequence = true;
3 references to IsSequence
System.Xml (3)
System\Xml\Serialization\Mappings.cs (2)
413if (baseMapping.IsSequence) { 570while (!start.BaseMapping.IsSequence && start.BaseMapping != null && !start.BaseMapping.TypeDesc.IsRoot)
System\Xml\Serialization\XmlCodeExporter.cs (1)
523if (mapping.IsSequence) {