1 write to mappings
System.Xml (1)
System\Xml\Serialization\XmlMembersMapping.cs (1)
25
mappings
= new XmlMemberMapping[mapping.Members.Length];
4 references to mappings
System.Xml (4)
System\Xml\Serialization\XmlMembersMapping.cs (4)
26
for (int i = 0; i <
mappings
.Length; i++) {
31
mappings
[i] = new XmlMemberMapping(mapping.Members[i]);
57
get { return
mappings
[index]; }
65
get { return
mappings
.Length; }