3 writes to arraySource
System.Xml (3)
System\Xml\Serialization\XmlSerializationReaderILGen.cs (3)
94this.arraySource = arraySource; 96this.arraySource = outerClass.GetArraySource(mapping.TypeDesc, this.arrayName, multiRef); 116this.arraySource = arraySource == null ? source : arraySource;
1 reference to arraySource
System.Xml (1)
System\Xml\Serialization\XmlSerializationReaderILGen.cs (1)
135get { return arraySource; }