16 references to IsSequence
System.Xml (16)
System\Xml\Serialization\Mappings.cs (1)
555
if (members[i].IsParticle && members[i].
IsSequence
) {
System\Xml\Serialization\XmlReflectionImporter.cs (3)
759
isSequence |= member.
IsSequence
;
795
if (member.
IsSequence
) {
1115
isSequence |= mapping.
IsSequence
;
System\Xml\Serialization\XmlSerializationReader.cs (7)
2372
if (!mapping.
IsSequence
)
2392
if (!mapping.
IsSequence
) {
2529
if (!mapping.
IsSequence
)
3101
if (!mapping.
IsSequence
)
3119
else if (mapping.IsParticle && !mapping.
IsSequence
) {
3229
if (!mapping.
IsSequence
)
3875
if (members[i].Mapping.IsParticle && members[i].Mapping.
IsSequence
)
System\Xml\Serialization\XmlSerializationReaderILGen.cs (5)
463
if (!mapping.
IsSequence
)
483
if (!mapping.
IsSequence
) {
1575
if (!mapping.
IsSequence
)
1593
else if (mapping.IsParticle && !mapping.
IsSequence
) {
2499
if (members[i].Mapping.IsParticle && members[i].Mapping.
IsSequence
)