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