5 writes to ArraySource
System.Private.Xml (5)
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (5)
184
anyMember.
ArraySource
= anyMember.Source;
209
anyMember.
ArraySource
= anyMember.Collection.Add;
228
anyMember.
ArraySource
= anyMember.Collection.Add;
1141
arrayMember.
ArraySource
= arrayMember.Collection.Add;
1642
member.
ArraySource
= member.Source;
4 references to ArraySource
System.Private.Xml (4)
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (4)
283
anyAttribute.
ArraySource
!(value);
935
if (checkForNull && (member!.Source == null && member.
ArraySource
== null))
1008
if (member?.
ArraySource
!= null)
1010
member?.
ArraySource
(value!);