System\Xml\Serialization\XmlSerializationReaderILGen.cs (3)
461Member member = new Member(this, source, arraySource, "a", i, mapping, choiceSource);
462Member anyMember = new Member(this, source, null, "a", i, mapping, choiceSource);
1599Member arrayMember = new Member(this, source, source, "a", i, mapping, GetChoiceIdentifierSource(mapping, "o", structMapping.TypeDesc));