3 writes to arraySource
System.Xml (3)
System\Xml\Serialization\XmlSerializationReader.cs (3)
2026this.arraySource = arraySource; 2028this.arraySource = outerClass.GetArraySource(mapping.TypeDesc, this.arrayName, multiRef); 2049this.arraySource = arraySource == null ? source : arraySource;
1 reference to arraySource
System.Xml (1)
System\Xml\Serialization\XmlSerializationReader.cs (1)
2068get { return arraySource; }